diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d4c165b7e9f37a4ededa2bc860b923cbb2cac7..1a6f621fd221c6b2ab74f1d4492ef2044af38640 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 325f3891efc656facbcc97dde2535f5fc8fd25ad..29f2702bc0a1651c2588a8c6836cd3b657497abc 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 190ebebb02981f46b75b085f8d05df9ca265b3a8..ee5f8d8efcdda3b3d65391a798a18e6760c62322 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 6d7ad144d0cd9254f8affd30b84d7abb1bf6e5fe..50e56c76f57ed9dd83fcd49b562b574454a23454 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 3b18fbc707fe4712a18b56f139f543c0b01d7bb1..c4fe0c06a165de8c4987c1a6eee419c20e7be7f1 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"