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
45ebc164
Commit
45ebc164
authored
May 11, 2021
by
Micah Nagel
💰
Browse files
Resolve "Update Mattermost to 5.34.2"
parent
804e1274
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
18 deletions
+15
-18
CHANGELOG.md
CHANGELOG.md
+6
-0
chart/Chart.yaml
chart/Chart.yaml
+2
-2
chart/values.yaml
chart/values.yaml
+7
-7
tests/test-values.yml
tests/test-values.yml
+0
-9
No files found.
CHANGELOG.md
View file @
45ebc164
...
...
@@ -3,6 +3,12 @@
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
, and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
---
## [0.1.5-bb.0] - 2021-05-06
### Changed
-
Updated to 5.34.2
-
Cleaned up values and test-values
## [0.1.4-bb.0] - 2021-04-23
### Added
-
Added Elastic Search declaritive coniguration.
...
...
chart/Chart.yaml
View file @
45ebc164
...
...
@@ -2,8 +2,8 @@
apiVersion
:
v2
name
:
mattermost
type
:
application
version
:
"
0.1.
4
-bb.0"
appVersion
:
"
5.3
2.1
"
version
:
"
0.1.
5
-bb.0"
appVersion
:
"
5.3
4.2
"
description
:
"
Deployment
of
mattermost"
keywords
:
-
Mattermost
...
...
chart/values.yaml
View file @
45ebc164
...
...
@@ -29,12 +29,12 @@ sso:
# Repo and image tag
image
:
name
:
registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
tag
:
5.3
2.1
tag
:
5.3
4.2
imagePullPolicy
:
IfNotPresent
global
:
imagePullSecrets
:
[]
#
- name: private-registry
imagePullSecrets
:
-
name
:
private-registry
# Mattermost instance desired replicas
replicaCount
:
3
...
...
@@ -109,8 +109,8 @@ minio:
accessKey
:
minio
secretKey
:
minio#123
# default key, change this!
imagePullSecrets
:
[]
#
- name: private-registry
imagePullSecrets
:
-
name
:
private-registry
postgresql
:
install
:
false
...
...
@@ -120,8 +120,8 @@ postgresql:
repository
:
"
opensource/postgres/postgresql11"
tag
:
"
11.10"
pullSecrets
:
[]
#
- private-registry
pullSecrets
:
-
private-registry
postgresqlUsername
:
"
mattermost"
postgresqlPassword
:
"
bigbang"
# default password, change this!
...
...
tests/test-values.yml
View file @
45ebc164
istio
:
enabled
:
true
global
:
imagePullSecrets
:
-
name
:
private-registry-mil
minio
:
install
:
true
imagePullSecrets
:
-
name
:
private-registry-mil
postgresql
:
install
:
true
image
:
pullSecrets
:
-
private-registry-mil
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