Skip to content

Commit ccb3f5c

Browse files
committed
Bump versions of external-resizer and external-snapshotter for CVE fix https://groups.google.com/g/kubernetes-security-announce/c/aXiYN0q4uIw
1 parent fd8d641 commit ccb3f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/overlays/alpha/controller_add_resizer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
containers:
99
- name: csi-resizer
1010
imagePullPolicy: Always
11-
image: gke.gcr.io/csi-resizer:v0.2.0-gke.0
11+
image: gke.gcr.io/csi-resizer:v0.3.0-gke.0
1212
args:
1313
- "--v=5"
1414
- "--csi-address=/csi/csi.sock"

deploy/kubernetes/overlays/alpha/controller_add_snapshotter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
containers:
99
- name: csi-snapshotter
1010
imagePullPolicy: Always
11-
image: gke.gcr.io/csi-snapshotter:v1.2.0-gke.0
11+
image: gke.gcr.io/csi-snapshotter:v1.2.2-gke.0
1212
args:
1313
- "--v=5"
1414
- "--csi-address=/csi/csi.sock"

0 commit comments

Comments
 (0)