Skip to content

Commit 2af2cc4

Browse files
committed
corrected path to nyc image
1 parent 1435f52 commit 2af2cc4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/modules/spark-k8s/examples/example-sparkapp-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: example-sparkapp-image
66
namespace: default
77
spec:
8-
image: oci.stackable.tech/sdp/ny-tlc-report:0.2.0 # <1>
8+
image: oci.stackable.tech/stackable/ny-tlc-report:0.2.0 # <1>
99
sparkImage:
1010
productVersion: 3.5.2
1111
mode: cluster

examples/README-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stackablectl operator install spark-k8s commons secret
1616
Load the `ny-tlc-report` image to the cluster:
1717

1818
````text
19-
kind load docker-image oci.stackable.tech/sdp/ny-tlc-report:0.2.0 --name stackable-data-platform
19+
kind load docker-image oci.stackable.tech/stackable/ny-tlc-report:0.2.0 --name stackable-data-platform
2020
````
2121

2222
## Set up the `PersistentVolumeClaim`

examples/ny-tlc-report-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: default
77
spec:
88
# everything under /jobs will be copied to /stackable/spark/jobs
9-
image: oci.stackable.tech/sdp/ny-tlc-report:0.2.0
9+
image: oci.stackable.tech/stackable/ny-tlc-report:0.2.0
1010
sparkImage: oci.stackable.tech/sdp/spark-k8s:3.5.2-stackable0.0.0-dev
1111
sparkImagePullPolicy: IfNotPresent
1212
mode: cluster

tests/templates/kuttl/logging/06-deploy-automatic-log-config-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
productVersion: "{{ test_scenario['values']['spark'] }}"
1313
{% endif %}
1414
pullPolicy: IfNotPresent
15-
image: oci.stackable.tech/sdp/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}
15+
image: oci.stackable.tech/stackable/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}
1616
vectorAggregatorConfigMapName: spark-vector-aggregator-discovery
1717
mode: cluster
1818
mainClass: org.apache.spark.examples.SparkALS

tests/templates/kuttl/logging/07-deploy-custom-log-config-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
productVersion: "{{ test_scenario['values']['spark'] }}"
3030
{% endif %}
3131
pullPolicy: IfNotPresent
32-
image: oci.stackable.tech/sdp/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}
32+
image: oci.stackable.tech/stackable/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}
3333
vectorAggregatorConfigMapName: spark-vector-aggregator-discovery
3434
mode: cluster
3535
mainClass: org.apache.spark.examples.SparkALS

tests/templates/kuttl/pyspark-ny-public-s3-image/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: pyspark-ny-public-s3-image
66
spec:
77
# everything under /jobs will be copied to /stackable/spark/jobs
8-
image: "oci.stackable.tech/sdp/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}"
8+
image: "oci.stackable.tech/stackable/ny-tlc-report:{{ test_scenario['values']['ny-tlc-report'] }}"
99
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1010
vectorAggregatorConfigMapName: vector-aggregator-discovery
1111
{% endif %}

0 commit comments

Comments
 (0)