flyrain commented on code in PR #2939:
URL: https://github.com/apache/polaris/pull/2939#discussion_r2485152242


##########
helm/polaris/README.md:
##########
@@ -60,10 +62,24 @@ eval $(minikube docker-env)
   -Dquarkus.container-image.build=true
 ```
 
+Otherwise load ready images from Docker Hub:
+```bash
+minikube image pull apache/polaris:latest
+minikube image pull apache/polaris-admin-tool:latest
+```

Review Comment:
   Explicitly pulling isn't needed, Helm will pull images automatically if 
`imagePullPolicy`: `IfNotPresent` or `Always` is configured in the chart (which 
it is by default for most charts). All we need here is: 
   ```
   Otherwise, Helm will automatically pull released images during installation.
   ```



-- 
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]

Reply via email to