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
3fbd58f5
Commit
3fbd58f5
authored
Mar 15, 2021
by
Micah Nagel
💰
Browse files
update to 5.32.1
parent
8b86d865
Pipeline
#190749
canceled with stages
in 5 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
CHANGELOG.md
CHANGELOG.md
+5
-0
chart/Chart.yaml
chart/Chart.yaml
+2
-2
chart/templates/mattermost.yaml
chart/templates/mattermost.yaml
+5
-1
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
3fbd58f5
...
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
---
## [0.1.1-bb.0] - 2021-03-15
### Changed
-
Bumped Mattermost image to 5.32.1
-
Added a ENV to set S3 connection to insecure when using the built-in minio (due to an operator change)
## [0.1.0-bb.2] - 2021-02-26
## [0.1.0-bb.2] - 2021-02-26
### Fixed
### Fixed
-
Bumped Minio image version to the newest IB image to fix an issue
-
Bumped Minio image version to the newest IB image to fix an issue
...
...
chart/Chart.yaml
View file @
3fbd58f5
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
apiVersion
:
v2
apiVersion
:
v2
name
:
mattermost
name
:
mattermost
type
:
application
type
:
application
version
:
"
0.1.
0
-bb.
2
"
version
:
"
0.1.
1
-bb.
0
"
appVersion
:
"
5.3
1.0
"
appVersion
:
"
5.3
2.1
"
description
:
"
Deployment
of
mattermost"
description
:
"
Deployment
of
mattermost"
keywords
:
keywords
:
-
Mattermost
-
Mattermost
...
...
chart/templates/mattermost.yaml
View file @
3fbd58f5
...
@@ -24,7 +24,7 @@ spec:
...
@@ -24,7 +24,7 @@ spec:
licenseSecret
:
"
mattermost-license"
licenseSecret
:
"
mattermost-license"
{{
- end
}}
{{
- end
}}
{{
- if or .Values.mattermostEnvs .Values.sso.enabled
}}
{{
- if or .Values.mattermostEnvs .Values.sso.enabled
.Values.minio.install
}}
mattermostEnv
:
mattermostEnv
:
{{
- range $k
,
$v
:
= .Values.mattermostEnvs
}}
{{
- range $k
,
$v
:
= .Values.mattermostEnvs
}}
-
name
:
{{
$k
}}
-
name
:
{{
$k
}}
...
@@ -44,6 +44,10 @@ spec:
...
@@ -44,6 +44,10 @@ spec:
-
name
:
MM_GITLABSETTINGS_USERAPIENDPOINT
-
name
:
MM_GITLABSETTINGS_USERAPIENDPOINT
value
:
"
{{
.Values.sso.user_api_endpoint
}}"
value
:
"
{{
.Values.sso.user_api_endpoint
}}"
{{
- end
}}
{{
- end
}}
{{
- if .Values.minio.install
}}
-
name
:
MM_FILESETTINGS_AMAZONS3SSL
value
:
"
false"
{{
- end
}}
{{
- end
}}
{{
- end
}}
# Give MM enough time to keel over if needed
# Give MM enough time to keel over if needed
...
...
chart/values.yaml
View file @
3fbd58f5
...
@@ -29,7 +29,7 @@ sso:
...
@@ -29,7 +29,7 @@ sso:
# Repo and image tag
# Repo and image tag
image
:
image
:
name
:
registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
name
:
registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
tag
:
5.3
1.0
tag
:
5.3
2.1
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