diff --git a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml index 8490934a..c9295d4b 100644 --- a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: aws-mountpoint-s3-csi-driver description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This CSI driver allows your Kubernetes applications to access S3 objects through a file system interface. -version: 1.4.0 +version: 1.5.1 kubeVersion: ">=1.23.0-0" home: https://github.com/awslabs/mountpoint-s3-csi-driver sources: @@ -13,4 +13,4 @@ keywords: - csi maintainers: - name: AWS S3 - url: https://github.com/awslabs/mountpoint-s3-csi-driver \ No newline at end of file + url: https://github.com/awslabs/mountpoint-s3-csi-driver diff --git a/charts/aws-mountpoint-s3-csi-driver/values.yaml b/charts/aws-mountpoint-s3-csi-driver/values.yaml index 93079def..fe725fb6 100644 --- a/charts/aws-mountpoint-s3-csi-driver/values.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/values.yaml @@ -6,7 +6,7 @@ image: repository: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.4.0" + tag: "v1.5.1" node: resources: {} diff --git a/deploy/kubernetes/overlays/stable/kustomization.yaml b/deploy/kubernetes/overlays/stable/kustomization.yaml index 461b5be2..ab40e6b3 100644 --- a/deploy/kubernetes/overlays/stable/kustomization.yaml +++ b/deploy/kubernetes/overlays/stable/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: csi-driver newName: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver - newTag: v1.4.0 + newTag: v1.5.1