UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 17a5e656 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'openshift-updates' into 'main'

Openshift updates

See merge request !252
parents 3ac0cc71 ac7a8939
No related branches found
No related tags found
1 merge request!252Openshift updates
Pipeline #2949960 passed
......@@ -2,6 +2,11 @@
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).
## [7.9.1-bb.1] (2024-03-04)
### Changed (1 Change)
- Added Openshift update for deploying gitlab into Openshift cluster
## [7.9.1-bb.0] (2024-02-27)
### Changed (17 Changes)
......
# gitlab
![Version: 7.9.1-bb.0](https://img.shields.io/badge/Version-7.9.1--bb.0-informational?style=flat-square) ![AppVersion: 16.9.1](https://img.shields.io/badge/AppVersion-16.9.1-informational?style=flat-square)
![Version: 7.9.1-bb.1](https://img.shields.io/badge/Version-7.9.1--bb.1-informational?style=flat-square) ![AppVersion: 16.9.1](https://img.shields.io/badge/AppVersion-16.9.1-informational?style=flat-square)
GitLab is the most comprehensive AI-powered DevSecOps Platform.
......
---
apiVersion: v1
name: gitlab
version: 7.9.1-bb.0
version: 7.9.1-bb.1
appVersion: 16.9.1
description: GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords:
......
{{- if .Values.openshift }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: gitlab-clusterrolebinding-openshift-scc
annotations:
"helm.sh/hook": "pre-install,pre-upgrade"
"helm.sh/hook-weight": "0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: 'system:openshift:scc:anyuid'
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 }}
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