This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new de0dd6c [SPARK-52328] Use `apache/spark-connect-swift:pi` image de0dd6c is described below commit de0dd6cac7df842cc18da8d2442a0aa3abcd6cf9 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Tue May 27 08:23:04 2025 -0700 [SPARK-52328] Use `apache/spark-connect-swift:pi` image ### What changes were proposed in this pull request? This PR aims to use the official `apache/spark-connect-swift:pi` image. ### Why are the changes needed? ASF Infra team created `apache/spark-connect-swift` repo finally. We need to use the official one. ### Does this PR introduce _any_ user-facing change? No behavior change of K8s operator because this is an example. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #230 from dongjoon-hyun/SPARK-52328. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- examples/job/pi-swift.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/job/pi-swift.yaml b/examples/job/pi-swift.yaml index 39a7a5e..9fd1102 100644 --- a/examples/job/pi-swift.yaml +++ b/examples/job/pi-swift.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: job - image: dongjoon/spark-connect-swift:pi + image: apache/spark-connect-swift:pi env: - name: SPARK_REMOTE value: 'sc://spark-connect-server-0-driver-svc:15002' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org