Skip to content

Commit 8381cff

Browse files
authored
Update the image tag to main-snapshot
Image tag = 0.1.0-SNAPSHOT dosent exist in the apache/spark-kubernetes-operator repo. Because of the spark-kubernetes-operator was in crashloopback off state.
1 parent 0201994 commit 8381cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/helm/spark-kubernetes-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# limitations under the License.
1515

1616
image:
17-
repository: spark-kubernetes-operator
17+
repository: apache/spark-kubernetes-operator
1818
pullPolicy: IfNotPresent
19-
tag: 0.1.0-SNAPSHOT
19+
tag: main-snapshot
2020
# If image digest is set then it takes precedence and the image tag will be ignored
2121
# digest: ""
2222

0 commit comments

Comments
 (0)