Skip to content

Commit

Permalink
Version bump (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Nov 15, 2023
1 parent 41fa54f commit 8615ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/secrets-store-csi-driver-provider-aws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: secrets-store-csi-driver-provider-aws
version: 0.3.4
version: 0.3.5
kubeVersion: ">=1.17.0-0"
description: A Helm chart for the AWS Secrets Manager and Config Provider for Secret Store CSI Driver
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
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-50-g5b4aca1-2023.06.09.21.19
tag: 1.0.r2-56-g41fa54f-2023.11.15.21.38

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-50-g5b4aca1-2023.06.09.21.19
image: public.ecr.aws/aws-secrets-manager/secrets-store-csi-driver-provider-aws:1.0.r2-56-g41fa54f-2023.11.15.21.38
imagePullPolicy: Always
args:
- --provider-volume=/etc/kubernetes/secrets-store-csi-providers
Expand Down

0 comments on commit 8615ed2

Please sign in to comment.