Bump up spire to 1.9.6 (#356)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-05-16 09:20:14 -07:00
committed by GitHub
parent 2c5dfa010f
commit c31a2e9f65
8 changed files with 118 additions and 110 deletions
@@ -114,6 +114,8 @@ plugins:
# can authenticate the kubelet cert, so skip validation.
skip_kubelet_verification: {{ .Values.workloadAttestors.k8s.skipKubeletVerification }}
disable_container_selectors: {{ .Values.workloadAttestors.k8s.disableContainerSelectors }}
use_new_container_locator: {{ .Values.workloadAttestors.k8s.useNewContainerLocator }}
verbose_container_locator_logs: {{ .Values.workloadAttestors.k8s.verboseContainerLocatorLogs }}
{{- end }}
{{- if .Values.workloadAttestors.unix.enabled }}