Skip to content

Commit 2c58cdb

Browse files
committed
fix: use public.ecr.aws/bitnami/kubectl
1 parent 48a6d66 commit 2c58cdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kubernetes/etcd-backup/app/cronworkflow.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ spec:
6969
- name: control-plane-ip
7070
valueFrom:
7171
path: /tmp/control-plane-ip
72-
7372
container:
74-
image: bitnami/kubectl
73+
image: public.ecr.aws/bitnami/kubectl:latest
7574
command: ["/bin/sh", "-c"]
7675
args:
7776
- |

0 commit comments

Comments
 (0)