UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fadd7349 authored by Micah Nagel's avatar Micah Nagel
Browse files

Update Mattermost: IB Init Container, No Ingress

parent 84adc2da
No related branches found
No related tags found
2 merge requests!1386Master,!1073Update Mattermost: IB Init Container, No Ingress
Pipeline #555621 passed
......@@ -28,11 +28,6 @@ violations: # Try to keep this in alpha order to make it easier to find keys
repos:
- registry1.dso.mil
- registry.dso.mil
{{- if .Values.addons.mattermost.enabled }}
excludedResources:
# Mattermost needs postgres:13 image and cannot override the upstream
- mattermost/init-check-database
{{- end }}
{{- if or .Values.monitoring.enabled (or .Values.fluentbit.enabled .Values.twistlock.enabled) }}
allowedHostFilesystem:
......@@ -66,15 +61,6 @@ violations: # Try to keep this in alpha order to make it easier to find keys
- twistlock/twistlock-defender-ds-.*
{{- end }}
{{- if .Values.addons.mattermost.enabled }}
httpsOnly:
parameters:
excludedResources:
# Mattermost currently does not useIngressTLS hence Ingress is created without TLS field by the operator.
# Adding exemption, pending https://github.com/mattermost/mattermost-operator/issues/235
- mattermost/mattermost
{{- end }}
imageDigest:
enabled: false
......
......@@ -953,7 +953,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart"
tag: "0.2.3-bb.0"
tag: "0.2.4-bb.0"
# -- 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