UNCLASSIFIED - NO CUI

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

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

velero update to 6.7.0-bb.10

Closes big-bang/product/packages/velero#113

See merge request !5010
parents b60c8faa 39e62232
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5010velero update to 6.7.0-bb.10
Pipeline #3571900 passed
......@@ -19,6 +19,12 @@ podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
......
......@@ -1742,11 +1742,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/velero.git
path: "./chart"
tag: "6.7.0-bb.9"
tag: "6.7.0-bb.10"
helmRepo:
repoName: "registry1"
chartName: "velero"
tag: "6.7.0-bb.9"
tag: "6.7.0-bb.10"
# -- Flux reconciliation overrides specifically for the Velero 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