UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Collaboration Tools
mattermost
Commits
fe1f6ef0
Commit
fe1f6ef0
authored
Jun 22, 2021
by
Micah Nagel
💰
Browse files
Merge branch 'mm-upgrade-to-v5.36.0-take2' into 'main-minio2'
Mm upgrade to v5.36.0 take2 See merge request
!42
parents
9f9b8ca9
5b094daf
Pipeline
#330460
passed with stages
in 5 minutes and 27 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
44 deletions
+9
-44
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+2
-2
chart/templates/bigbang/networkpolicies/allow-external-filestore.yaml
...tes/bigbang/networkpolicies/allow-external-filestore.yaml
+0
-20
chart/templates/bigbang/networkpolicies/allow-external-postgres.yaml
...ates/bigbang/networkpolicies/allow-external-postgres.yaml
+0
-19
chart/templates/bigbang/networkpolicies/allow-mattermost-egress.yaml
...ates/bigbang/networkpolicies/allow-mattermost-egress.yaml
+2
-2
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
fe1f6ef0
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
---
## [0.1.6-bb.6] - 2021-06-22
### Changed
-
Update Mattermost to version 5.36.0
## [0.1.6-bb.5] - 2021-06-21
## [0.1.6-bb.5] - 2021-06-21
### Fixed
### Fixed
-
NetworkPolicy blocking an init container, added policy to allow postgres egress for the init container
-
NetworkPolicy blocking an init container, added policy to allow postgres egress for the init container
...
...
chart/Chart.yaml
View file @
fe1f6ef0
apiVersion
:
v2
apiVersion
:
v2
name
:
mattermost
name
:
mattermost
type
:
application
type
:
application
version
:
"
0.1.6-bb.
5
"
version
:
"
0.1.6-bb.
6
"
appVersion
:
"
5.3
4.2
"
appVersion
:
"
5.3
6.0
"
description
:
"
Deployment
of
mattermost"
description
:
"
Deployment
of
mattermost"
keywords
:
keywords
:
-
Mattermost
-
Mattermost
...
...
chart/templates/bigbang/networkpolicies/allow-external-filestore.yaml
deleted
100644 → 0
View file @
9f9b8ca9
{{
- if and .Values.networkPolicies.enabled (not .Values.minio.install)
}}
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
allow-external-filestore-egress
namespace
:
{{
.Release.Namespace
}}
spec
:
podSelector
:
matchLabels
:
app
:
mattermost
policyTypes
:
-
Egress
egress
:
-
to
:
-
ipBlock
:
cidr
:
0.0.0.0/0
# ONLY Block requests to AWS metadata IP
except
:
-
169.254.169.254/32
{{
- end
}}
chart/templates/bigbang/networkpolicies/allow-external-postgres.yaml
View file @
fe1f6ef0
{{
- if and .Values.networkPolicies.enabled (not .Values.postgresql.install)
}}
{{
- if and .Values.networkPolicies.enabled (not .Values.postgresql.install)
}}
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
name
:
allow-external-postgres-egress
namespace
:
{{
.Release.Namespace
}}
spec
:
podSelector
:
matchLabels
:
app
:
mattermost
policyTypes
:
-
Egress
egress
:
-
to
:
-
ipBlock
:
cidr
:
0.0.0.0/0
# ONLY Block requests to AWS metadata IP
except
:
-
169.254.169.254/32
---
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
metadata
:
name
:
allow-external-postgres-egress-upgrade
name
:
allow-external-postgres-egress-upgrade
namespace
:
{{
.Release.Namespace
}}
namespace
:
{{
.Release.Namespace
}}
...
...
chart/templates/bigbang/networkpolicies/allow-
sso
-egress.yaml
→
chart/templates/bigbang/networkpolicies/allow-
mattermost
-egress.yaml
View file @
fe1f6ef0
{{
- if
and
.Values.networkPolicies.enabled
.Values.sso.enabled
}}
{{
- if .Values.networkPolicies.enabled
}}
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
metadata
:
name
:
allow-
sso
-egress
name
:
allow-
mattermost
-egress
namespace
:
{{
.Release.Namespace
}}
namespace
:
{{
.Release.Namespace
}}
spec
:
spec
:
podSelector
:
podSelector
:
...
...
chart/values.yaml
View file @
fe1f6ef0
...
@@ -36,7 +36,7 @@ sso:
...
@@ -36,7 +36,7 @@ sso:
# Repo and image tag
# Repo and image tag
image
:
image
:
name
:
registry1.dso.mil/ironbank/opensource/mattermost/mattermost
name
:
registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag
:
5.3
4.2
tag
:
5.3
6.0
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
global
:
global
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment