Skip to content

Commit 2595738

Browse files
committed
replace bitnami/kubectl by ghcr.io/sap/kubectl-container
1 parent 0539530 commit 2595738

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
spec:
3333
containers:
3434
- name: kubectl
35-
image: bitnami/kubectl:{{ .Capabilities.KubeVersion.Version | trimPrefix "v" }}
35+
image: ghcr.io/sap/kubectl-container:{{ .Capabilities.KubeVersion.Version }}
3636
command:
3737
- bash
3838
- -ec

0 commit comments

Comments
 (0)