Skip to content

Commit 5004ccb

Browse files
committed
replace bitnami/kubectl by ghcr.io/sap/kubectl-container
1 parent fd57efb commit 5004ccb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)