UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 616c6b44 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'update-mattermost-tag-9.10.1-bb.2' into 'master'

SKIP UPGRADE CHECK mattermost update to 9.10.1-bb.2

Closes big-bang/product/packages/mattermost#155

See merge request !4912
parents 59666bb9 736d7d0d
No related branches found
No related tags found
1 merge request!4912SKIP UPGRADE CHECK mattermost update to 9.10.1-bb.2
Pipeline #3555509 passed
......@@ -14,6 +14,8 @@ metadata:
stringData:
DB_CONNECTION_CHECK_URL: "postgres://{{ .username }}:{{ .password }}@{{ .host }}:{{ .port }}/{{ .database }}?connect_timeout=10&sslmode={{ .ssl_mode | default "disable" }}"
DB_CONNECTION_STRING: "postgres://{{ .username }}:{{ .password }}@{{ .host }}:{{ .port }}/{{ .database }}?connect_timeout=10&sslmode={{ .ssl_mode | default "disable" }}"
username: "{{ .username }}"
password: "{{ .password }}"
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -88,16 +88,42 @@ enterprise:
{{- if and .username .password .host .port .database }}
database:
secret: "mattermost-database-secret"
postgresql:
secret: "mattermost-database-secret"
{{- else }}
postgresql:
image:
pullSecrets:
- private-registry
{{- if and .username .password .host .port .database }}
secret: "mattermost-database-secret"
{{- else }}
secret: "mattermost-dbcreds"
{{- end }}
install: true
{{- if $istioInjection }}
primary:
podAnnotations:
{{ include "istioAnnotation" $ }}
podSecurityContext:
enabled: true
fsGroup: 1001
runAsUser: 1001
runAsGroup: 1001
containerSecurityContext:
enabled: true
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
capabilities:
drop:
- ALL
#permissions for initContainers
volumePermissions:
securityContext:
capabilities:
drop:
- ALL
readReplicas:
podAnnotations:
{{ include "istioAnnotation" $ }}
......
......@@ -1648,11 +1648,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/mattermost.git
path: "./chart"
tag: "9.10.1-bb.1"
tag: "9.10.1-bb.2"
helmRepo:
repoName: "registry1"
chartName: "mattermost"
tag: "9.10.1-bb.1"
tag: "9.10.1-bb.2"
# -- Flux reconciliation overrides specifically for the Mattermost Package
flux: {}
......
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