Skip to content

Commit

Permalink
Release v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Mar 14, 2023
1 parent c6c8d3b commit 39a1b04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: vault-kube-cloud-credentials-operator
containers:
- name: vault-kube-cloud-credentials-operator
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:latest
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.8.9
args:
- operator
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vault-sidecar-aws-base
prependContainers: true
containers:
- name: vault-credentials-agent
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:latest
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.8.9
lifecycle:
postStart:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vault-sidecar-aws-gcp-base
prependContainers: true
containers:
- name: vault-credentials-agent-aws
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:latest
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.8.9
lifecycle:
postStart:
exec:
Expand Down Expand Up @@ -42,7 +42,7 @@ containers:
- name: vault-tls
mountPath: /etc/tls
- name: vault-credentials-agent-gcp
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:latest
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.8.9
lifecycle:
postStart:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vault-sidecar-gcp-base
prependContainers: true
containers:
- name: vault-credentials-agent
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:latest
image: quay.io/utilitywarehouse/vault-kube-cloud-credentials:v0.8.9
lifecycle:
postStart:
exec:
Expand Down

0 comments on commit 39a1b04

Please sign in to comment.