Skip to content

Commit 857b289

Browse files
authored
Merge pull request #559 from carlory/bump-image-versions
Bump hostpath image v1.15.0 in deploy
2 parents ec687fc + 8f6727f commit 857b289

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

deploy/kubernetes-1.27-test/hostpath/csi-hostpath-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
topologyKey: kubernetes.io/hostname
6565
containers:
6666
- name: socat
67-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.1
67+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
6868
command:
6969
- socat
7070
args:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
serviceAccountName: csi-hostpathplugin-sa
220220
containers:
221221
- name: hostpath
222-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.1
222+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
223223
args:
224224
- "--drivername=hostpath.csi.k8s.io"
225225
- "--v=5"

deploy/kubernetes-1.27/hostpath/csi-hostpath-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
topologyKey: kubernetes.io/hostname
6767
containers:
6868
- name: socat
69-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.1
69+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
7070
command:
7171
- socat
7272
args:

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: registry.k8s.io/sig-storage/hostpathplugin:v1.14.1
88+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
8989
args:
9090
- --drivername=hostpath.csi.k8s.io
9191
- --v=5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
topologyKey: kubernetes.io/hostname
6565
containers:
6666
- name: socat
67-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.1
67+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
6868
command:
6969
- socat
7070
args:

0 commit comments

Comments
 (0)