Skip to content

Commit d068b01

Browse files
authored
Merge pull request #333 from verult/deploy-1.7.3
Use hostpathplugin 1.7.3 image in deployment specs
2 parents 56b453b + 02d066e commit d068b01

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deploy/kubernetes-1.19-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: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
34+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
serviceAccountName: csi-hostpathplugin-sa
219219
containers:
220220
- name: hostpath
221-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
221+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
222222
args:
223223
- "--drivername=hostpath.csi.k8s.io"
224224
- "--v=5"

deploy/kubernetes-1.20-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: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
34+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
serviceAccountName: csi-hostpathplugin-sa
219219
containers:
220220
- name: hostpath
221-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
221+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
222222
args:
223223
- "--drivername=hostpath.csi.k8s.io"
224224
- "--v=5"

deploy/kubernetes-1.21-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: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
34+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
serviceAccountName: csi-hostpathplugin-sa
219219
containers:
220220
- name: hostpath
221-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
221+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
222222
args:
223223
- "--drivername=hostpath.csi.k8s.io"
224224
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
name: csi-data-dir
8686

8787
- name: hostpath
88-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
88+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.3
8989
args:
9090
- --drivername=hostpath.csi.k8s.io
9191
- --v=5

0 commit comments

Comments
 (0)