Skip to content

Commit 9f22f7e

Browse files
committed
replace bitnami/kubectl by ghcr.io/sap/kubectl-container
1 parent cfe918b commit 9f22f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

pkg/operator/data/charts/redis-operator/templates/tests/test-2.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)