Skip to content

Commit

Permalink
Merge pull request #1085 from maxbrunet/hotfix/deploy/resizer-ecr-image
Browse files Browse the repository at this point in the history
deploy: Fix csi-resizer tag and bump to v1.1.0
  • Loading branch information
k8s-ci-robot authored Oct 11, 2021
2 parents ad8df8f + 06efafc commit 085e5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-resizer
image: k8s.gcr.io/sig-storage/csi-resizer:v1.0.0
image: k8s.gcr.io/sig-storage/csi-resizer:v1.1.0
imagePullPolicy: IfNotPresent
args:
- --csi-address=$(ADDRESS)
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 @@ -20,7 +20,7 @@ images:
newTag: v3.0.3-eks-1-18-3
- name: k8s.gcr.io/sig-storage/csi-resizer
newName: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer
newTag: v1.0.1-eks-1-18-3
newTag: v1.1.0-eks-1-18-3
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newName: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
newTag: v2.1.0-eks-1-18-3
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ images:
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newTag: v3.0.3
- name: k8s.gcr.io/sig-storage/csi-resizer
newTag: v1.0.0
newTag: v1.1.0
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newTag: v2.1.0

0 comments on commit 085e5e2

Please sign in to comment.