From 58f22e0d12f3457014b16b3069b2b2bb7f4d23d3 Mon Sep 17 00:00:00 2001 From: Yinan Li Date: Tue, 21 Jul 2020 12:54:26 -0700 Subject: [PATCH] Update spark-pi-prometheus.yaml --- examples/spark-pi-prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spark-pi-prometheus.yaml b/examples/spark-pi-prometheus.yaml index fdce43779..bd936aaa7 100644 --- a/examples/spark-pi-prometheus.yaml +++ b/examples/spark-pi-prometheus.yaml @@ -22,7 +22,7 @@ metadata: spec: type: Scala mode: cluster - image: "gcr.io/spark-operator/spark:v3.0.0" + image: "gcr.io/spark-operator/spark:v3.0.0-gcs-prometheus" imagePullPolicy: Always mainClass: org.apache.spark.examples.SparkPi mainApplicationFile: "local:///opt/spark/examples/jars/spark-examples_2.12-3.0.0.jar"