UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e7836f8a authored by BB_AUTO_MR_TOKEN's avatar BB_AUTO_MR_TOKEN Committed by Michael Martin
Browse files

vault update to 0.29.1-bb.10

parent 1a17582a
No related branches found
No related tags found
1 merge request!5953vault update to 0.29.1-bb.10
......@@ -7,5 +7,5 @@ metadata:
app.kubernetes.io/name: vault
app.kubernetes.io/component: "security-tools"
{{- include "commonLabels" . | nindent 4}}
istio-injection: {{ ternary "enabled" "disabled" (and .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.addons.vault) "enabled")) }}
istio-injection: {{ ternary "enabled" "disabled" (and (eq (include "istioEnabled" .) "true") (eq (dig "istio" "injection" "enabled" .Values.addons.vault) "enabled")) }}
{{- end }}
......@@ -54,6 +54,8 @@ csi:
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
istioNamespaceSelector:
{{ include "istioNamespaceSelector" . | nindent 4 }}
ingressLabels:
{{- $gateway := default "public" .Values.addons.vault.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
......@@ -63,7 +65,7 @@ networkPolicies:
vpcCidr: {{ .Values.networkPolicies.vpcCidr }}
istio:
enabled: {{ .Values.istio.enabled }}
enabled: {{ include "istioEnabled" . }}
hardened:
enabled: {{ or
(dig "istio" "hardened" "enabled" false .Values.addons.vault.values)
......@@ -71,7 +73,7 @@ istio:
}}
vault:
gateways:
- istio-system/{{ default "public" .Values.addons.vault.ingress.gateway }}
- {{ include "istioGatewayNamespace" . }}/{{ default (include "istioPublicGateway" . ) .Values.addons.vault.ingress.gateway }}
{{- if and .Values.addons.vault.ingress.cert .Values.addons.vault.ingress.key }}
tls:
cert: {{ .Values.addons.vault.ingress.cert | quote }}
......
......@@ -1967,11 +1967,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/vault.git
path: "./chart"
tag: "0.29.1-bb.9"
tag: "0.29.1-bb.10"
helmRepo:
repoName: "registry1"
chartName: "vault"
tag: "0.29.1-bb.9"
tag: "0.29.1-bb.10"
# -- Flux reconciliation overrides specifically for the Vault Package
flux: {}
......
#!/bin/bash
set -xue
#!/bin/bash
set -xue
#!/bin/bash
set -xue
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