Skip to content

Commit 9ce4355

Browse files
committed
[SPARK-53624] Use bitnamisecure/kubectl:latest for Helm Chart testing
### What changes were proposed in this pull request? This PR aims to use `bitnamisecure/kubectl:latest` for Helm Chart testing instead of `bitnami/kubectl:latest` ```yaml - image: bitnami/kubectl:latest + image: bitnamisecure/kubectl:latest ``` ### Why are the changes needed? The existing `Bitnami` Docker images are removed. As a result, we need to use one of `bitnamisecure` or `bitnamilegacy`. - bitnami/containers#83267 Apache Spark K8s Operator repository is impacted Today. The `main` branch CI starts to fail Today. At the same commit, - https://github.com/apache/spark-kubernetes-operator/actions/runs/17790264075 (This is the second attempt, Failed) - https://github.com/apache/spark-kubernetes-operator/actions/runs/17790264075/attempts/1 (Succeed) <img width="367" height="211" alt="Screenshot 2025-09-17 at 14 20 52" src="https://github.com/user-attachments/assets/8c52f8ac-6c40-4547-b671-98d61710f17b" /> ### Does this PR introduce _any_ user-facing change? Yes, the existing Helm Chart testing command, `helm test`, will not work. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#320 from dongjoon-hyun/SPARK-53624. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 982d6e9 commit 9ce4355

File tree

1 file changed

+2
-2
lines changed
  • build-tools/helm/spark-kubernetes-operator/templates/tests

1 file changed

+2
-2
lines changed

build-tools/helm/spark-kubernetes-operator/templates/tests/test-rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
spec:
2626
containers:
2727
- name: kubectl
28-
image: bitnami/kubectl:latest
28+
image: bitnamisecure/kubectl:latest
2929
command: ['bash', '-c' ]
3030
args: [
3131
'kubectl auth can-i list sparkapplications --all-namespaces',
@@ -52,7 +52,7 @@ metadata:
5252
spec:
5353
containers:
5454
- name: kubectl
55-
image: bitnami/kubectl:latest
55+
image: bitnamisecure/kubectl:latest
5656
command: ['bash', '-c' ]
5757
args: [
5858
'kubectl auth can-i create pods -n {{ .Release.Namespace }}',

0 commit comments

Comments
 (0)