Skip to content

Commit 88e9a18

Browse files
LucaCanaliPMax5
authored andcommitted
Update image used by Spark on K8S
1 parent 30a3c28 commit 88e9a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SparkConnector/sparkconnector/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def configure(self, opts, ports):
270270

271271
# Set K8s configuration
272272
conf.set('spark.kubernetes.namespace', os.environ.get('SPARK_USER'))
273-
conf.set('spark.kubernetes.container.image', 'gitlab-registry.cern.ch/db/spark-service/docker-registry/swan:alma9-20240123')
273+
conf.set('spark.kubernetes.container.image', 'gitlab-registry.cern.ch/db/spark-service/docker-registry/swan:alma9-20250522')
274274
conf.set('spark.master', self._retrieve_k8s_master(os.environ.get('KUBECONFIG')))
275275

276276
# Configure shuffle if running on K8s with Spark 3.x.x

0 commit comments

Comments
 (0)