UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0e930ba1 authored by Andrew Shoell's avatar Andrew Shoell
Browse files

Merge branch 'update-mattermost-tag-10.2.0-bb.1' into 'master'

SKIP UPGRADE CHECK mattermost update to 10.2.0-bb.1

See merge request !5482
parents 9906b5be ab11d1b9
No related branches found
No related tags found
1 merge request!5482SKIP UPGRADE CHECK mattermost update to 10.2.0-bb.1
Pipeline #3813706 passed
......@@ -1648,11 +1648,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/mattermost.git
path: "./chart"
tag: "10.2.0-bb.0"
tag: "10.2.0-bb.1"
helmRepo:
repoName: "registry1"
chartName: "mattermost"
tag: "10.2.0-bb.0"
tag: "10.2.0-bb.1"
# -- Flux reconciliation overrides specifically for the Mattermost Package
flux: {}
......
......@@ -76,6 +76,14 @@ mattermost:
- "mattermostOperator"
- "minioOperator"
- "elasticsearchKibana"
bigbang_ci:
rds:
enabled: true
database: ".addons.mattermost.database.database"
host: ".addons.mattermost.database.host"
port: ".addons.mattermost.database.port"
username: ".addons.mattermost.database.username"
password: ".addons.mattermost.database.password"
velero:
dependencies:
- "minio"
......
......@@ -288,6 +288,8 @@ addons:
cpu: 20m
limits: null
postgresql:
install: false
ssl_mode: require
persistence:
size: 256Mi
metrics:
......
......@@ -1878,6 +1878,8 @@ addons:
mattermost:
enabled: false
database:
ssl_mode: require
sso:
enabled: false
client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_mattermost
......@@ -1885,6 +1887,20 @@ addons:
elasticsearch:
enabled: true
values:
networkPolicies:
enabled: true
additionalPolicies:
- name: postgresql-egress
spec:
podSelector: {}
policyTypes:
- Egress
egress:
- to:
ports:
- protocol: TCP
port: 5432
endPort: 5432
enterprise:
enabled: true
monitoring:
......@@ -1892,6 +1908,17 @@ addons:
istio:
hardened:
customServiceEntries:
- name: "postgresql-service-entries"
enabled: true
spec:
hosts:
- "cirds.cqkqilzbp4x2.us-gov-west-1.rds.amazonaws.com"
location: MESH_EXTERNAL
ports:
- number: 5432
protocol: TCP
name: postgresql
resolution: DNS
- name: "cypress-service-entries-mattermost"
enabled: true
spec:
......@@ -1911,6 +1938,8 @@ addons:
resolution: DNS
postgresql:
install: false
ssl_mode: require
persistence:
size: 256Mi
resources:
......
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