dongjoon-hyun commented on code in PR #153: URL: https://github.com/apache/spark-kubernetes-operator/pull/153#discussion_r1929988244
########## build-tools/helm/spark-kubernetes-operator/values.yaml: ########## @@ -14,9 +14,9 @@ # limitations under the License. image: - repository: spark-kubernetes-operator + repository: apache/spark-kubernetes-operator Review Comment: 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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
