Skip to content

Commit

Permalink
Driver v1.5.3 post-release
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <torredil@amazon.com>
  • Loading branch information
torredil committed Apr 19, 2022
1 parent e8f0bde commit 994a508
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 4 additions & 0 deletions charts/aws-ebs-csi-driver/CHANGELOG.md
@@ -1,5 +1,9 @@
# Helm chart

## v2.6.5

* Bump app/driver to version `v1.5.3`

## v2.6.4

* Remove exposure all secrets to external-snapshotter-role
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-ebs-csi-driver/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.5.1
appVersion: 1.5.3
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 2.6.4
version: 2.6.5
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/values.yaml
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
repository: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
repository: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
tag: ""
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
tolerationSeconds: 300
containers:
- name: ebs-plugin
image: k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.5.1
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.5.3
imagePullPolicy: IfNotPresent
args:
# - {all,controller,node} # specify the driver mode
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node.yaml
Expand Up @@ -45,7 +45,7 @@ spec:
- name: ebs-plugin
securityContext:
privileged: true
image: k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.5.1
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.5.3
imagePullPolicy: IfNotPresent
args:
- node
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/gcr/kustomization.yaml
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../../base
images:
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
newTag: v1.5.1
newTag: v1.5.3
- name: k8s.gcr.io/sig-storage/csi-provisioner
newTag: v2.1.1
- name: k8s.gcr.io/sig-storage/csi-attacher
Expand Down
4 changes: 0 additions & 4 deletions docs/RELEASE.md
Expand Up @@ -62,10 +62,6 @@ The new tag should trigger a new Github release. It should be a pre-release true
- Source code (zip)
- Source code (tar.gz)

## Promote the new image on GCR

Promote the new images from the staging repo by sending a PR to the kubernetes/k8s.io repo. Here's an [example PR](https://github.com/kubernetes/k8s.io/pull/1606).

## Promote the new image on ECR

Follow the AWS-internal process.
Expand Down

0 comments on commit 994a508

Please sign in to comment.