UNCLASSIFIED - NO CUI

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

Merge branch 'gitlab-istio-injection' into 'master'

Gitlab istio injection

Closes platform-one/big-bang/apps/developer-tools/gitlab#60

See merge request platform-one/big-bang/bigbang!1042
parents f5638e57 91023e63
No related branches found
No related tags found
2 merge requests!1386Master,!1042Gitlab istio injection
Pipeline #551839 failed
......@@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/name: gitlab
app.kubernetes.io/component: "developer-tools"
{{- include "commonLabels" . | nindent 4}}
istio-injection: disabled
istio-injection: {{ dig "istio" "injection" "enabled" .Values.addons.gitlab }}
name: gitlab
{{- end }}
......@@ -42,6 +42,12 @@ registry:
key: registry
{{- end }}
{{- if .Values.istio.enabled }}
shared-secrets:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
gitlab:
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
task-runner:
......@@ -53,8 +59,18 @@ gitlab:
{{- end }}
gitlab-exporter:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.istio.enabled }}
migrations:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
global:
# added to help with Gitlab sub-chart configuration
istio:
enabled: {{ .Values.istio.enabled }}
hosts:
domain: {{ $domainName }}
......
......@@ -591,7 +591,7 @@ addons:
postRenderers: []
gitlab:
# -- Toggle deployment of Gitlab
# -- Toggle deployment of Gitlab
enabled: false
hostnames:
......@@ -602,7 +602,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
path: "./chart"
tag: "5.3.1-bb.2"
tag: "5.3.1-bb.3"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
......@@ -677,7 +677,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner.git
path: "./chart"
tag: "0.33.1-bb.3"
tag: "0.33.1-bb.4"
# -- Flux reconciliation overrides specifically for the Gitlab Runner Package
flux: {}
......
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