Skip to content

Commit 91ca483

Browse files
committed
chore: replace kubectl image usage w/ MCR
1 parent f744358 commit 91ca483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/manifests/kubectl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: kubectl
9-
image: docker.io/bitnami/kubectl:latest
9+
image: mcr.microsoft.com/oss/v2/kubernetes/kubectl
1010
command: ["/bin/bash", "-c", "--"]
1111
args: ["sleep 3600"]
1212
env:

test/integration/manifests/cilium/watcher/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
serviceAccountName: cilium-watcher-sa
199199
containers:
200200
- name: ds-watcher
201-
image: bitnami/kubectl:latest
201+
image: mcr.microsoft.com/oss/v2/kubernetes/kubectl
202202
command:
203203
- /bin/sh
204204
- -c
@@ -260,7 +260,7 @@ spec:
260260
done
261261
262262
- name: rbac-watcher
263-
image: bitnami/kubectl:latest
263+
image: mcr.microsoft.com/oss/v2/kubernetes/kubectl
264264
command:
265265
- /bin/sh
266266
- -c

0 commit comments

Comments
 (0)