UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f23f90a6 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'mattermost-minio-fix' into 'master'

Mattermost - Point to BB Minio

Update image pull secrets (due to minio changes), change k3d values to make sure minio starts up fine in pipeline, and bump the tag to the [newest release](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/-/releases/0.1.1-bb.3) - in summary used kpt to grab the BB minio package for mattermosts internal dependency & updated the cypress test to handle upgrades.

See merge request platform-one/big-bang/bigbang!351
parents 14af1599 ad046eb7
No related branches found
No related tags found
1 merge request!351Mattermost - Point to BB Minio
Pipeline #204822 failed
......@@ -56,6 +56,8 @@ minio:
install: true
accessKey: {{ .accessKey | default "minio" }}
secretKey: {{ .secretKey | default "BigBangDEVONLY" }}
imagePullSecrets:
- name: private-registry
{{- end }}
{{- end }}
{{- end -}}
......@@ -578,7 +578,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart"
tag: "0.1.1-bb.0"
tag: "0.1.1-bb.3"
# -- Mattermost Enterprise functionality.
enterprise:
......
......@@ -345,3 +345,4 @@ addons:
minio:
zones:
servers: 1
volumesPerServer: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment