Skip to content

Commit c3f5179

Browse files
authored
Merge pull request #95 from msau42/update-deployments
Update hostpath driver to latest tag in deployments
2 parents 2b51d7f + 862d499 commit c3f5179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.1.0
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.1.0
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.1.0
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

0 commit comments

Comments
 (0)