From 2e66dad304136cc8a0781fde152912c2c04bdef2 Mon Sep 17 00:00:00 2001 From: Branden Cobb Date: Mon, 12 Jul 2021 15:55:50 +0000 Subject: [PATCH 1/2] Update values.yaml --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 81d5481..12dfd7e 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: -- GitLab From 39ed023a2b386a07ac9ec95cd88306aff38aaaa0 Mon Sep 17 00:00:00 2001 From: Branden Cobb Date: Mon, 12 Jul 2021 17:33:35 +0000 Subject: [PATCH 2/2] Update mattermost.yaml --- chart/templates/mattermost.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index 524b26d..b691eb9 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 }} -- GitLab