Skip to content

Commit 209783d

Browse files
fix: fix kubectl image (#4157)
Signed-off-by: Julien Mancuso <[email protected]>
1 parent a629b86 commit 209783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/helm/platform/components/operator/templates/mpi-run-ssh-keygen-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
echo "SSH keys generated and saved to shared volume"
6868
containers:
6969
- name: kubectl-create-secret
70-
image: bitnamisecure/kubectl:latest
70+
image: alpine/k8s:1.34.1
7171
volumeMounts:
7272
- name: shared
7373
mountPath: /shared

0 commit comments

Comments
 (0)