We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aadd1 commit df972c5Copy full SHA for df972c5
tests/templates/kuttl/spark-connect/20-run-connect-client.yaml.j2
@@ -60,7 +60,7 @@ spec:
60
{% if test_scenario['values']['spark-connect-client'].find(",") > 0 %}
61
image: "{{ test_scenario['values']['spark-connect-client'].split(',')[1] }}"
62
{% else %}
63
- image: oci.stackable.tech/sdp/spark-connect-client:{{ test_scenario['values']['spark-connect-client'] }}-stackable0.0.0-dev
+ image: oci.stackable.tech/stackable/spark-connect-client:{{ test_scenario['values']['spark-connect-client'] }}-stackable0.0.0-dev
64
{% endif %}
65
imagePullPolicy: IfNotPresent
66
command:
0 commit comments