Skip to content

Commit

Permalink
feat: Bump push proxy helm chart version (#479)
Browse files Browse the repository at this point in the history
* feat: Bump push proxy helm chart version

* feat: Add default value for retryTimeoutSec
  • Loading branch information
toninis authored Oct 3, 2024
1 parent f4471a6 commit 9426590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/mattermost-push-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: Mattermost Push Proxy server
name: mattermost-push-proxy
type: application
version: 0.13.2
appVersion: 6.2.0
version: 0.14.0
appVersion: 6.3.0
keywords:
- mattermost
- communication
Expand All @@ -25,5 +25,5 @@ sources:
annotations:
artifacthub.io/images: |
- name: mattermost-push-proxy
image: mattermost/mattermost-push-proxy:6.2.0
image: mattermost/mattermost-push-proxy:6.3.0
artifacthub.io/license: Apache-2.0
1 change: 1 addition & 0 deletions charts/mattermost-push-proxy/templates/push-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ThrottleVaryByHeader":"X-Forwarded-For",
"EnableMetrics": {{ .Values.enableMetrics }},
"SendTimeoutSec": {{ .Values.sendTimeoutSec }},
"RetryTimeoutSec": {{ .Values.retryTimeoutSec }},
"ApplePushSettings":[
{
"Type":"apple",
Expand Down
1 change: 1 addition & 0 deletions charts/mattermost-push-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ingress:
# You cannot specify both the authKey and privateCert methods.

sendTimeoutSec: 30
retryTimeoutSec: 8
# To be phased out in favor of servicemonitors.monitoring.coreos.com
enableMetrics: true

Expand Down

0 comments on commit 9426590

Please sign in to comment.