UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 14d4ff2f authored by James Causey's avatar James Causey Committed by Cody Williams
Browse files

Openshift updates

parent 1f3b4efa
No related branches found
No related tags found
1 merge request!194Openshift updates
......@@ -3,6 +3,10 @@
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).
---
## [9.5.1-bb.2] - 2024-03-05
### Changed
- Added Openshift updates for deploying mattermost into Openshift cluster
## [9.5.1-bb.1] - 2024-02-22
### Changed
- Updated renovate.json to account for gluon updates
......
# mattermost
![Version: 9.5.1-bb.1](https://img.shields.io/badge/Version-9.5.1--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square)
![Version: 9.5.1-bb.2](https://img.shields.io/badge/Version-9.5.1--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square)
Deployment of mattermost
......
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: 9.5.1-bb.1
version: 9.5.1-bb.2
appVersion: 9.5.1
description: "Deployment of mattermost"
keywords:
......
{{- if .Values.openshift }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: mattermost-clusterrolebinding-openshift-scc
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: 'system:openshift:scc:nonroot-v2'
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: 'system:serviceaccounts:{{ .Release.Namespace }}'
{{- end }}
\ No newline at end of file
{{- if and .Values.istio.enabled .Values.openshift }}
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: istio-cni
namespace: {{ .Release.Namespace }}
{{- end }}
......@@ -6,6 +6,8 @@ metadata:
labels:
{{ include "mattermost.labels" . | nindent 4 }}
app.kubernetes.io/component: "instance"
annotations:
traffic.sidecar.istio.io/excludeOutboundPorts: "443"
spec:
image: {{ .Values.image.name }}
imagePullPolicy: {{ .Values.image.imagePullPolicy }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment