UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8e60b5ea authored by Nigel Bazzeghin's avatar Nigel Bazzeghin
Browse files

Merge branch '274-re-evaluate-test-values-yaml' into 'main'

SKIP UPGRADE Resolve "Re-evaluate test-values.yaml"

Closes #274

See merge request !323
parents fd67855a e1d6141f
No related branches found
No related tags found
1 merge request!323SKIP UPGRADE Resolve "Re-evaluate test-values.yaml"
Pipeline #3647196 passed
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
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). 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).
--- ---
## [8.2.8-bb.1] (2024-10-02)
### Changed
- Removed duplicate values present in test-values.yaml that are already present in default values.yaml
## [8.2.8-bb.0] (2024-09-30) ## [8.2.8-bb.0] (2024-09-30)
### Changed ### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# gitlab # gitlab
![Version: 8.2.8-bb.0](https://img.shields.io/badge/Version-8.2.8--bb.0-informational?style=flat-square) ![AppVersion: v17.2.8](https://img.shields.io/badge/AppVersion-v17.2.8-informational?style=flat-square) ![Version: 8.2.8-bb.1](https://img.shields.io/badge/Version-8.2.8--bb.1-informational?style=flat-square) ![AppVersion: v17.2.8](https://img.shields.io/badge/AppVersion-v17.2.8-informational?style=flat-square)
GitLab is the most comprehensive AI-powered DevSecOps Platform. GitLab is the most comprehensive AI-powered DevSecOps Platform.
......
--- ---
apiVersion: v1 apiVersion: v1
name: gitlab name: gitlab
version: 8.2.8-bb.0 version: 8.2.8-bb.1
appVersion: v17.2.8 appVersion: v17.2.8
description: GitLab is the most comprehensive AI-powered DevSecOps Platform. description: GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords: keywords:
......
...@@ -8,25 +8,10 @@ global: ...@@ -8,25 +8,10 @@ global:
name: gitlab-webservice-test-svc.gitlab.svc.cluster.local name: gitlab-webservice-test-svc.gitlab.svc.cluster.local
registry: registry:
name: gitlab-registry-test-svc.gitlab.svc.cluster.local name: gitlab-registry-test-svc.gitlab.svc.cluster.local
certificates:
image:
pullSecrets:
- name: private-registry
kubectl:
image:
pullSecrets:
- name: private-registry
redis:
global:
imagePullSecrets:
- private-registry
registry: registry:
hpa: hpa:
minReplicas: 1 minReplicas: 1
maxReplicas: 1 maxReplicas: 1
image:
pullSecrets:
- name: private-registry
shared-secrets: shared-secrets:
selfsign: selfsign:
image: image:
...@@ -34,60 +19,20 @@ shared-secrets: ...@@ -34,60 +19,20 @@ shared-secrets:
- name: private-registry - name: private-registry
gitlab: gitlab:
toolbox: toolbox:
image:
pullSecrets:
- name: private-registry
annotations: annotations:
sidecar.istio.io/proxyMemory: 256Mi sidecar.istio.io/proxyMemory: 256Mi
sidecar.istio.io/proxyMemoryLimit: 256Mi sidecar.istio.io/proxyMemoryLimit: 256Mi
migrations:
image:
pullSecrets:
- name: private-registry
webservice: webservice:
minReplicas: 1 minReplicas: 1
maxReplicas: 1 maxReplicas: 1
image:
pullSecrets:
- name: private-registry
workhorse:
pullSecrets:
- name: private-registry
helmTests:
enabled: false
sidekiq: sidekiq:
image:
pullSecrets:
- name: private-registry
minReplicas: 1 minReplicas: 1
maxReplicas: 1 maxReplicas: 1
gitaly:
image:
pullSecrets:
- name: private-registry
gitlab-shell: gitlab-shell:
minReplicas: 1 minReplicas: 1
maxReplicas: 1 maxReplicas: 1
image:
pullSecrets:
- name: private-registry
gitlab-exporter:
image:
pullSecrets:
- name: private-registry
mailroom:
image:
pullSecrets:
- name: private-registry
minio:
pullSecrets:
- name: private-registry
networkPolicies: networkPolicies:
enabled: true enabled: true
controlPlaneCidr: 172.16.0.0/12 controlPlaneCidr: 172.16.0.0/12
bbtests: bbtests:
enabled: true enabled: true
\ No newline at end of file
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