Skip to content

Commit 17d401b

Browse files
committed
replace bitnami/kubectl by ghcr.io/sap/kubectl-container
1 parent d959d55 commit 17d401b

File tree

1 file changed

+1
-1
lines changed
  • pkg/operator/data/charts/dns-masquerading-operator/templates/tests

1 file changed

+1
-1
lines changed

pkg/operator/data/charts/dns-masquerading-operator/templates/tests/test-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metadata:
2727
spec:
2828
containers:
2929
- name: kubectl
30-
image: bitnami/kubectl:{{ .Capabilities.KubeVersion.Version | trimPrefix "v" }}
30+
image: ghcr.io/sap/kubectl-container:{{ .Capabilities.KubeVersion.Version }}
3131
command:
3232
- bash
3333
- -ec

0 commit comments

Comments
 (0)