Skip to content

Commit

Permalink
Merge pull request #1043 from mskanth972/v1.5.7
Browse files Browse the repository at this point in the history
Post-release PR of v1.5.7
  • Loading branch information
k8s-ci-robot committed Jun 19, 2023
2 parents d0430a2 + 2e2ce4d commit e914558
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions charts/aws-efs-csi-driver/CHANGELOG.md
@@ -1,4 +1,6 @@
# Helm chart
# v2.4.6
* Bump app/driver version to `v1.5.7`
# v2.4.5
* Bump helm version for change of state-dir path to avoid losing track of state files which exists already to `v2.4.5`
# v2.4.4
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-efs-csi-driver/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 2.4.5
appVersion: 1.5.6
version: 2.4.6
appVersion: 1.5.7
kubeVersion: ">=1.17.0-0"
description: "A Helm chart for AWS EFS CSI Driver"
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Expand Up @@ -11,7 +11,7 @@ useFIPS: false

image:
repository: amazon/aws-efs-csi-driver
tag: "v1.5.6"
tag: "v1.5.7"
pullPolicy: IfNotPresent

sidecars:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.5.6
image: amazon/aws-efs-csi-driver:v1.5.7
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Expand Up @@ -46,7 +46,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.5.6
image: amazon/aws-efs-csi-driver:v1.5.7
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Expand Up @@ -5,7 +5,7 @@ bases:
images:
- name: amazon/aws-efs-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efs-csi-driver
newTag: v1.5.6
newTag: v1.5.7
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/livenessprobe
newTag: v2.10.0-eks-1-27-3
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../base
images:
- name: amazon/aws-efs-csi-driver
newTag: v1.5.6
newTag: v1.5.7
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newTag: v2.10.0-eks-1-27-3
- name: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
Expand Down

0 comments on commit e914558

Please sign in to comment.