Skip to content

Commit

Permalink
Release v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Apr 28, 2023
1 parent a837a5b commit e5d484d
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.10
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.10
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.10
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.10
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.10
lifecycle:
postStart:
exec:
Expand Down

0 comments on commit e5d484d

Please sign in to comment.