UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d4b396d2 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'nexus-added-support-for-istio-values' into 'master'

Nexus added support for istio values

Closes platform-one/big-bang/apps/developer-tools/nexus#23

See merge request platform-one/big-bang/bigbang!2083
parents bd2fb450 735ef743
No related branches found
No related tags found
1 merge request!2083Nexus added support for istio values
Pipeline #981411 passed with warnings
......@@ -5,7 +5,7 @@ metadata:
name: nexus-repository-manager
labels:
{{- if .Values.istio.enabled }}
istio-injection: enabled
istio-injection: {{ dig "istio" "injection" "enabled" .Values.addons.nexus }}
{{- end }}
app.kubernetes.io/name: "nexus-repository-manager"
app.kubernetes.io/component: "developer-tools"
......
......@@ -8,6 +8,7 @@ domain: {{ $domainName }}
hostname: nexus
istio:
enabled: {{ .Values.istio.enabled }}
injection: {{ dig "istio" "injection" "enabled" .Values.addons.nexus }}
nexus:
gateways:
- istio-system/{{ default "public" .Values.addons.nexus.ingress.gateway }}
......
......@@ -977,7 +977,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git
path: "./chart"
tag: "41.1.0-bb.0"
tag: "41.1.0-bb.3"
# -- Base64 encoded license file.
license_key: ""
......
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