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
e6cfb41b
Commit
e6cfb41b
authored
Jun 04, 2021
by
Micah Nagel
💰
Browse files
Merge branch 'ips' into 'main-minio2'
Add IPS, IB image See merge request
!35
parents
d007de5a
e3912ce3
Pipeline
#295040
passed with stages
in 5 minutes and 46 seconds
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
3 deletions
+12
-3
CHANGELOG.md
CHANGELOG.md
+5
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/mattermost.yaml
chart/templates/mattermost.yaml
+4
-0
chart/values.yaml
chart/values.yaml
+1
-1
tests/dependencies.yaml
tests/dependencies.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
e6cfb41b
...
...
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.1.6-bb.3] - 2021-06-04
### Added
-
Add IPS with new operator
-
Switch to the IB image being used directly
## [0.1.6-bb.2] - 2021-06-02
### Changed
-
Restricted test policy to just cluster
...
...
chart/Chart.yaml
View file @
e6cfb41b
apiVersion
:
v2
name
:
mattermost
type
:
application
version
:
"
0.1.6-bb.
2
"
version
:
"
0.1.6-bb.
3
"
appVersion
:
"
5.34.2"
description
:
"
Deployment
of
mattermost"
keywords
:
...
...
chart/templates/mattermost.yaml
View file @
e6cfb41b
...
...
@@ -9,6 +9,10 @@ metadata:
spec
:
image
:
{{
.Values.image.name
}}
imagePullPolicy
:
{{
.Values.image.imagePullPolicy
}}
{{
- with .Values.global.imagePullSecrets
}}
imagePullSecrets
:
{{
- toYaml . | nindent 4
}}
{{
- end
}}
size
:
{{
.Values.users
}}
users
version
:
{{
.Values.image.tag
}}
...
...
chart/values.yaml
View file @
e6cfb41b
...
...
@@ -34,7 +34,7 @@ sso:
# Repo and image tag
image
:
name
:
registry.dso.mil/
platform-one/big-bang/apps/collaboration-tools
/mattermost/mattermost
name
:
registry
1
.dso.mil/
ironbank/opensource
/mattermost/mattermost
tag
:
5.34.2
imagePullPolicy
:
IfNotPresent
...
...
tests/dependencies.yaml
View file @
e6cfb41b
mattermostoperator
:
git
:
"
https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git"
namespace
:
"
mattermost-operator"
branch
:
"
1.1
2
.0-bb.
0
"
branch
:
"
1.1
4
.0-bb.
1
"
miniooperator
:
git
:
"
https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git"
...
...
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