Skip to content

Commit

Permalink
Bump push-proxy to 0.13.2 - Fix typo in android settings (#478)
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot authored Sep 24, 2024
1 parent e19ac59 commit f4471a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/mattermost-push-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Mattermost Push Proxy server
name: mattermost-push-proxy
type: application
version: 0.13.1
version: 0.13.2
appVersion: 6.2.0
keywords:
- mattermost
Expand Down
8 changes: 4 additions & 4 deletions charts/mattermost-push-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,21 @@ spec:
- key: "apple_rnbeta_cert"
path: "apple-rnbeta-push-cert.pem"
{{- end }}
{{- if .Values.androidPushSettings.android_serviceFile }}
{{- if .Values.androidPushSettings.android.serviceFile }}
- name: "android-service-file"
secret:
secretName: {{ include "mattermost-push-proxy.fullname" . }}-android-service-files
items:
- key: "android_serviceFile"
path: {{ .Values.androidPushSettings.android_serviceFileName }}
path: {{ .Values.androidPushSettings.android.serviceFileName }}
{{- end }}
{{- if .Values.androidPushSettings.android_rn_serviceFile }}
{{- if .Values.androidPushSettings.android_rn.serviceFile }}
- name: "android-rn-service-file"
secret:
secretName: {{ include "mattermost-push-proxy.fullname" . }}-android-service-files
items:
- key: "android_rn_serviceFile"
path: {{ .Values.androidPushSettings.android_rn_serviceFileName }}
path: {{ .Values.androidPushSettings.android_rn.serviceFileName }}
{{- end }}
{{- else }}
- name: "common-secret"
Expand Down

0 comments on commit f4471a6

Please sign in to comment.