Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-tools/helm/spark-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.

image:
repository: spark-kubernetes-operator
repository: apache/spark-kubernetes-operator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, if you follow the full instructions, the following image exists in your local docker system like the following.

$ docker images
REPOSITORY                  TAG               IMAGE ID       CREATED         SIZE
spark-kubernetes-operator   0.1.0-SNAPSHOT    05633213ce49   5 seconds ago   573MB

pullPolicy: IfNotPresent
tag: 0.1.0-SNAPSHOT
tag: main-snapshot
# If image digest is set then it takes precedence and the image tag will be ignored
# digest: ""

Expand Down
Loading