UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit d9e77f47 authored by Samuel Sarnowski's avatar Samuel Sarnowski Committed by Zach Callahan
Browse files

update vault to 0.28.1-bb.2

parent 9346e0f7
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ injector:
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
extraLabels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
......@@ -33,6 +38,11 @@ server:
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
extraLabels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
image:
pullPolicy: {{ .Values.imagePullPolicy }}
{{- if and .Values.addons.vault.ingress.cert .Values.addons.vault.ingress.key }}
......
......@@ -1835,11 +1835,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/vault.git
path: "./chart"
tag: "0.28.1-bb.1"
tag: "0.28.1-bb.2"
helmRepo:
repoName: "registry1"
chartName: "vault"
tag: "0.28.1-bb.1"
tag: "0.28.1-bb.2"
# -- Flux reconciliation overrides specifically for the Vault 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