UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 83e3c086 authored by Justin Guidry's avatar Justin Guidry Committed by Nigel Bazzeghin
Browse files

Stop minio peerauth exception getting created if minio disabled

parent 91b86040
No related branches found
No related tags found
1 merge request!364Stop minio peerauth exception getting created if minio disabled
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [8.7.4-bb.1] (2024-01-22)
### Changed
- Adjusted peerauth exception for minio to not be created whenever minio for gitlab is disabled
## [8.7.4-bb.0] (2024-01-17)
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# gitlab
![Version: 8.7.4-bb.0](https://img.shields.io/badge/Version-8.7.4--bb.0-informational?style=flat-square) ![AppVersion: 17.7.2](https://img.shields.io/badge/AppVersion-17.7.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 8.7.4-bb.1](https://img.shields.io/badge/Version-8.7.4--bb.1-informational?style=flat-square) ![AppVersion: 17.7.2](https://img.shields.io/badge/AppVersion-17.7.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
GitLab is the most comprehensive AI-powered DevSecOps Platform.
## Upstream References
- <https://about.gitlab.com/>
* <https://gitlab.com/gitlab-org/charts/gitlab>
- <https://about.gitlab.com/>
- <https://gitlab.com/gitlab-org/charts/gitlab>
## Upstream Release Notes
......
---
apiVersion: v1
name: gitlab
version: 8.7.4-bb.0
version: 8.7.4-bb.1
appVersion: 17.7.2
description: GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords:
......
{{ if and .Values.istio.enabled (eq .Values.istio.injection "enabled") (eq .Values.istio.mtls.mode "STRICT") }}
{{- if or (not (hasKey .Values.minio "enabled")) .Values.minio.enabled }}
{{- if .Values.global.minio.enabled }}
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
......
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