Skip to content

Commit

Permalink
update vkcc sidecar to v0.9.3 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiyani authored Dec 10, 2024
1 parent 74bf9e3 commit 66de553
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kyverno/policies/pods/injectSidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
initContainers:
- name: vault-credentials-agent
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
spec:
initContainers:
- name: vault-credentials-agent-aws
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
- name: vault-tls
mountPath: /etc/tls
- name: vault-credentials-agent-gcp
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -324,7 +324,7 @@ spec:
spec:
initContainers:
- name: vault-credentials-agent
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -407,7 +407,7 @@ spec:
spec:
initContainers:
- name: vault-credentials-agent
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -485,7 +485,7 @@ spec:
spec:
initContainers:
- name: vault-credentials-agent-aws
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down Expand Up @@ -517,7 +517,7 @@ spec:
- name: vault-tls
mountPath: /etc/tls
- name: vault-credentials-agent-gcp
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.2
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.9.3
restartPolicy: Always
startupProbe:
exec:
Expand Down

0 comments on commit 66de553

Please sign in to comment.