UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b60c8faa authored by Andrew Shoell's avatar Andrew Shoell
Browse files

Merge branch '112-set-required-labels-for-kiali-update-to-new-umbrella-pattern' into 'master'

grafana update to 8.4.6-bb.1

Closes big-bang/product/packages/grafana#112

See merge request !5008
parents a0698995 f1044c31
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5008grafana update to 8.4.6-bb.1
Pipeline #3571896 passed
......@@ -99,6 +99,12 @@ podAnnotations:
{{- end }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
app: {{ "{{ template \"grafana.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
{{- if or .Values.monitoring.enabled .Values.loki.enabled .Values.tempo.enabled $gitlabRedis $authserviceRedisEnabled .Values.addons.argocd.enabled }}
datasources:
datasourcesbb.yaml:
......
......@@ -933,11 +933,11 @@ grafana:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/grafana.git
path: "./chart"
tag: "8.4.6-bb.0"
tag: "8.4.6-bb.1"
helmRepo:
repoName: "registry1"
chartName: "grafana"
tag: "8.4.6-bb.0"
tag: "8.4.6-bb.1"
# -- Flux reconciliation overrides specifically for the Monitoring 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