Skip to content

Commit 9a63b63

Browse files
committed
Update spark-connect-client image references to use the correct repository path
1 parent ecc0ea1 commit 9a63b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stacks/jupyterhub-pyspark-hdfs/jupyterlab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: default
2222
containers:
2323
- name: jupyterlab
24-
image: oci.stackable.tech/sdp/spark-connect-client:3.5.5-stackable0.0.0-dev
24+
image: oci.stackable.tech/stackable/spark-connect-client:3.5.5-stackable0.0.0-dev
2525
imagePullPolicy: IfNotPresent
2626
command:
2727
- bash

stacks/jupyterhub-pyspark-hdfs/spark_connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
image:
3131
# Using an image that includes scikit-learn (among other things)
3232
# because this package needs to be available on the executors.
33-
custom: oci.stackable.tech/sdp/spark-connect-client:3.5.5-stackable0.0.0-dev
33+
custom: oci.stackable.tech/stackable/spark-connect-client:3.5.5-stackable0.0.0-dev
3434
productVersion: 3.5.5
3535
pullPolicy: IfNotPresent
3636
args:

0 commit comments

Comments
 (0)