UNCLASSIFIED

Commit e6cfb41b authored by Micah Nagel's avatar 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
......@@ -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
......
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:
......
......@@ -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 }}
......
......@@ -34,7 +34,7 @@ sso:
# Repo and image tag
image:
name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 5.34.2
imagePullPolicy: IfNotPresent
......
mattermostoperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git"
namespace: "mattermost-operator"
branch: "1.12.0-bb.0"
branch: "1.14.0-bb.1"
miniooperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment