We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe918b commit 9f22f7eCopy full SHA for 9f22f7e
pkg/operator/data/charts/redis-operator/templates/tests/test-1.yaml
@@ -24,7 +24,7 @@ metadata:
24
spec:
25
containers:
26
- name: kubectl
27
- image: bitnami/kubectl:{{ .Capabilities.KubeVersion.Version | trimPrefix "v" }}
+ image: ghcr.io/sap/kubectl-container:{{ .Capabilities.KubeVersion.Version }}
28
command:
29
- bash
30
- -ec
pkg/operator/data/charts/redis-operator/templates/tests/test-2.yaml
@@ -32,7 +32,7 @@ metadata:
32
33
34
35
36
37
38
0 commit comments