Commit 9ce4355
committed
[SPARK-53624] Use
### 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 #320 from dongjoon-hyun/SPARK-53624.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>bitnamisecure/kubectl:latest for Helm Chart testing1 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 changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments