Skip to content

Commit

Permalink
Release v1.3.5: release helm chart v2.2.1 and update kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Dec 10, 2021
1 parent efd7b9d commit 7b31455
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions charts/aws-efs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Helm chart

# v2.2.1
* Bump app/driver version to `v1.3.5`

# v2.2.0
* Allow health ports to be configured
* Add Missing "patch" permission for "events"
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-efs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 2.2.0
appVersion: 1.3.4
version: 2.2.1
appVersion: 1.3.5
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 2

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

sidecars:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.3.4
image: amazon/aws-efs-csi-driver:v1.3.5
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.3.4
image: amazon/aws-efs-csi-driver:v1.3.5
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
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.3.4
newTag: v1.3.5
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/livenessprobe
newTag: v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../base
images:
- name: amazon/aws-efs-csi-driver
newTag: v1.3.4
newTag: v1.3.5
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newTag: v2.2.0-eks-1-18-2
- name: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
Expand Down

0 comments on commit 7b31455

Please sign in to comment.