Skip to content

Commit e8a5535

Browse files
authored
Merge pull request #460 from mowangdk/feature/bump_e2e_k8s_version
Bump deploy k8s versions
2 parents ce4adfc + 45cda2d commit e8a5535

30 files changed

+22
-18
lines changed

deploy/kubernetes-1.25

Lines changed: 0 additions & 1 deletion
This file was deleted.

deploy/kubernetes-1.25-test

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

deploy/kubernetes-1.24-test/hostpath/csi-hostpath-attacher.yaml renamed to deploy/kubernetes-1.26-test/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-attacher
3838
containers:
3939
- name: csi-attacher
40-
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
40+
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.24-test/hostpath/csi-hostpath-plugin.yaml renamed to deploy/kubernetes-1.26-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
80+
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898
8484

8585
- name: csi-external-health-monitor-controller
86-
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0
8787
args:
8888
- "--v=5"
8989
- "--csi-address=$(ADDRESS)"
@@ -97,7 +97,7 @@ spec:
9797
mountPath: /csi
9898

9999
- name: node-driver-registrar
100-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.24-test/hostpath/csi-hostpath-provisioner.yaml renamed to deploy/kubernetes-1.26-test/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-provisioner
3838
containers:
3939
- name: csi-provisioner
40-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.24-test/hostpath/csi-hostpath-resizer.yaml renamed to deploy/kubernetes-1.26-test/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-resizer
3838
containers:
3939
- name: csi-resizer
40-
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)