UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 71472a9e authored by Luis Gomez's avatar Luis Gomez Committed by Michael Martin
Browse files

Sonarqube labels additions & tag to v8.0.6-bb.4

parent 75a0621e
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5052Sonarqube labels additions & tag to v8.0.6-bb.4
......@@ -75,13 +75,25 @@ postgresql:
enabled: false
{{- else }}
postgresql:
{{- if $istioInjection }}
{{- if or $istioInjection $.Values.kiali.enabled}}
master:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" $ }}
{{- end }}
{{- if $.Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" $ | nindent 6 }}
{{- end }}
slave:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" $ }}
{{- end }}
{{- if $.Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" $ | nindent 6 }}
{{- end }}
{{- end }}
# Use internal database, defaults are fine
enabled: true
......@@ -90,4 +102,10 @@ postgresql:
{{- end }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
{{- end -}}
......@@ -1398,11 +1398,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git
path: "./chart"
tag: "8.0.6-bb.3"
tag: "8.0.6-bb.4"
helmRepo:
repoName: "registry1"
chartName: "sonarqube"
tag: "8.0.6-bb.3"
tag: "8.0.6-bb.4"
# -- Flux reconciliation overrides specifically for the Sonarqube 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