Skip to content

Commit f5ee407

Browse files
committed
Bump images for gce-pd driver too
1 parent d4363c8 commit f5ee407

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: csi-gce-pd-controller-sa
2222
containers:
2323
- name: csi-snapshotter
24-
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1
24+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
2525
args:
2626
- "--v=5"
2727
- "--csi-address=/csi/csi.sock"
@@ -39,7 +39,7 @@ spec:
3939
- name: socket-dir
4040
mountPath: /csi
4141
- name: csi-provisioner
42-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
4343
args:
4444
- "--v=5"
4545
- "--csi-address=/csi/csi.sock"
@@ -73,7 +73,7 @@ spec:
7373
- name: socket-dir
7474
mountPath: /csi
7575
- name: csi-attacher
76-
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
76+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
7777
args:
7878
- "--v=5"
7979
- "--csi-address=/csi/csi.sock"
@@ -102,7 +102,7 @@ spec:
102102
- name: socket-dir
103103
mountPath: /csi
104104
- name: csi-resizer
105-
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
105+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
106106
args:
107107
- "--v=5"
108108
- "--csi-address=/csi/csi.sock"

test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
topologyKey: kubernetes.io/hostname
6767
containers:
6868
- name: socat
69-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
69+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
7070
command:
7171
- socat
7272
args:

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
5757
args:
5858
- "--drivername=mock.storage.k8s.io"
5959
- "--nodeid=$(KUBE_NODE_NAME)"

test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
5757
args:
5858
- -v=5
5959
- -nodeid=$(KUBE_NODE_NAME)

0 commit comments

Comments
 (0)