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/), ...@@ -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 ## [0.1.6-bb.2] - 2021-06-02
### Changed ### Changed
- Restricted test policy to just cluster - Restricted test policy to just cluster
......
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.6-bb.2" version: "0.1.6-bb.3"
appVersion: "5.34.2" appVersion: "5.34.2"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
......
...@@ -9,6 +9,10 @@ metadata: ...@@ -9,6 +9,10 @@ metadata:
spec: spec:
image: {{ .Values.image.name }} image: {{ .Values.image.name }}
imagePullPolicy: {{ .Values.image.imagePullPolicy }} imagePullPolicy: {{ .Values.image.imagePullPolicy }}
{{- with .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 4 }}
{{- end }}
size: {{ .Values.users }}users size: {{ .Values.users }}users
version: {{ .Values.image.tag }} version: {{ .Values.image.tag }}
......
...@@ -34,7 +34,7 @@ sso: ...@@ -34,7 +34,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: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 5.34.2 tag: 5.34.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
......
mattermostoperator: mattermostoperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git" git: "https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git"
namespace: "mattermost-operator" namespace: "mattermost-operator"
branch: "1.12.0-bb.0" branch: "1.14.0-bb.1"
miniooperator: miniooperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git" 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