Skip to content

Commit

Permalink
Change sftp image URL to github container registry (#6234)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone authored Apr 19, 2024
1 parent 2770302 commit 0d80fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/externalnode/sftp-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: sftp
image: antrea/sftp
image: ghcr.io/atmoz/sftp/debian:latest
imagePullPolicy: IfNotPresent
args: ["foo:pass:::upload"]

Expand Down

0 comments on commit 0d80fb5

Please sign in to comment.