Skip to content

Commit 96bd620

Browse files
authored
Merge pull request #355 from yselkowitz/update-socat
Update socat test image
2 parents 208b566 + 81e7791 commit 96bd620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/kubernetes-1.21-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: alpine/socat:1.0.3
67+
image: docker.io/alpine/socat:1.7.4.3-r0
6868
args:
6969
- tcp-listen:10000,fork,reuseaddr
7070
- unix-connect:/csi/csi.sock

deploy/kubernetes-1.21/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: alpine/socat:1.0.3
67+
image: docker.io/alpine/socat:1.7.4.3-r0
6868
args:
6969
- tcp-listen:10000,fork,reuseaddr
7070
- unix-connect:/csi/csi.sock

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: alpine/socat:1.0.3
67+
image: docker.io/alpine/socat:1.7.4.3-r0
6868
args:
6969
- tcp-listen:10000,fork,reuseaddr
7070
- unix-connect:/csi/csi.sock

0 commit comments

Comments
 (0)