Skip to content

Commit

Permalink
Update the version of the image (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Zhu <kaizuu@amazon.com>
  • Loading branch information
benjaminkz and Kai Zhu authored Mar 25, 2024
1 parent ab548b3 commit 99bfaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/secrets-store-csi-driver-provider-aws/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/aws-secrets-manager/secrets-store-csi-driver-provider-aws
pullPolicy: IfNotPresent
tag: 1.0.r2-58-g4ddce6a-2024.01.31.21.42
tag: 1.0.r2-68-gab548b3-2024.03.20.21.58

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws-provider-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
hostNetwork: false
containers:
- name: provider-aws-installer
image: public.ecr.aws/aws-secrets-manager/secrets-store-csi-driver-provider-aws:1.0.r2-58-g4ddce6a-2024.01.31.21.42
image: public.ecr.aws/aws-secrets-manager/secrets-store-csi-driver-provider-aws:1.0.r2-68-gab548b3-2024.03.20.21.58
imagePullPolicy: Always
args:
- --provider-volume=/etc/kubernetes/secrets-store-csi-providers
Expand Down

0 comments on commit 99bfaae

Please sign in to comment.