diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index 524b26d0e847d5845e46921d04c9c1e5a413bc10..b691eb9741fe47e6d6bfda715420b6e2d67109a2 100644 --- a/chart/templates/mattermost.yaml +++ b/chart/templates/mattermost.yaml @@ -9,6 +9,10 @@ metadata: spec: image: {{ .Values.image.name }} imagePullPolicy: {{ .Values.image.imagePullPolicy }} + {{- with .Values.global.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 4 }} + {{- end }} size: {{ .Values.users }}users version: {{ .Values.image.tag }} diff --git a/chart/values.yaml b/chart/values.yaml index 81d548175b2e8b3b30089fa3b91a76268cf5dc91..12dfd7ea1e523d138fdf190ec3f9e043ffcb9ecd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -28,8 +28,8 @@ sso: # Repo and image tag image: - name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost - tag: 5.34.2 + name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost + tag: 5.36.1 imagePullPolicy: IfNotPresent global: