Skip to content

Commit f9728b7

Browse files
committed
Update deploy directory structure and update sidecar releases
1 parent 493bcc0 commit f9728b7

24 files changed

+8
-8
lines changed
File renamed without changes.

deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml renamed to deploy/kubernetes-1.24-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.8.0
80+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.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.8.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.6.0
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.22-test/hostpath/csi-hostpath-provisioner.yaml renamed to deploy/kubernetes-1.24-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.3.0
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.22-test/hostpath/csi-hostpath-resizer.yaml renamed to deploy/kubernetes-1.24-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.6.0
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.22-test/hostpath/csi-hostpath-snapshotter.yaml renamed to deploy/kubernetes-1.24-test/hostpath/csi-hostpath-snapshotter.yaml

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

0 commit comments

Comments
 (0)