Skip to content

Commit

Permalink
Update socat test image
Browse files Browse the repository at this point in the history
This version also adds multi-architecture support.
  • Loading branch information
yselkowitz committed May 27, 2022
1 parent 208b566 commit 81e7791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -64,7 +64,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: socat
image: alpine/socat:1.0.3
image: docker.io/alpine/socat:1.7.4.3-r0
args:
- tcp-listen:10000,fork,reuseaddr
- unix-connect:/csi/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.21/hostpath/csi-hostpath-testing.yaml
Expand Up @@ -64,7 +64,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: socat
image: alpine/socat:1.0.3
image: docker.io/alpine/socat:1.7.4.3-r0
args:
- tcp-listen:10000,fork,reuseaddr
- unix-connect:/csi/csi.sock
Expand Down
Expand Up @@ -64,7 +64,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: socat
image: alpine/socat:1.0.3
image: docker.io/alpine/socat:1.7.4.3-r0
args:
- tcp-listen:10000,fork,reuseaddr
- unix-connect:/csi/csi.sock
Expand Down

0 comments on commit 81e7791

Please sign in to comment.