Skip to content

Commit 7dbee3a

Browse files
committed
Update deploy folders
1 parent 9be5dd7 commit 7dbee3a

22 files changed

+5
-5
lines changed
File renamed without changes.

deploy/kubernetes-1.21-test/hostpath/csi-hostpath-plugin.yaml renamed to deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: csi-external-health-monitor-controller
3232
containers:
3333
- name: hostpath
34-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.7.3
34+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--v=5"

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

0 commit comments

Comments
 (0)