From e3912ce3fc7d5137b9245e6d0b5a1d73630b954e Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Fri, 4 Jun 2021 08:23:29 -0600 Subject: [PATCH] add IB image --- CHANGELOG.md | 5 +++++ chart/Chart.yaml | 2 +- chart/templates/mattermost.yaml | 4 ++++ chart/values.yaml | 2 +- tests/dependencies.yaml | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d4c16..1a6f621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.1.6-bb.3] - 2021-06-04 +### Added +- Add IPS with new operator +- Switch to the IB image being used directly + ## [0.1.6-bb.2] - 2021-06-02 ### Changed - Restricted test policy to just cluster diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 325f389..29f2702 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mattermost type: application -version: "0.1.6-bb.2" +version: "0.1.6-bb.3" appVersion: "5.34.2" description: "Deployment of mattermost" keywords: diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index 190ebeb..ee5f8d8 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 6d7ad14..50e56c7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -34,7 +34,7 @@ sso: # Repo and image tag image: - name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost + name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost tag: 5.34.2 imagePullPolicy: IfNotPresent diff --git a/tests/dependencies.yaml b/tests/dependencies.yaml index 3b18fbc..c4fe0c0 100644 --- a/tests/dependencies.yaml +++ b/tests/dependencies.yaml @@ -1,7 +1,7 @@ mattermostoperator: git: "https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git" namespace: "mattermost-operator" - branch: "1.12.0-bb.0" + branch: "1.14.0-bb.1" miniooperator: git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git" -- GitLab