jerryshao commented on code in PR #7124: URL: https://github.com/apache/gravitino/pull/7124#discussion_r2079321131
########## docs/chart.md: ########## @@ -46,10 +41,10 @@ helm install [RELEASE_NAME] [CHART] [flags] ### Deploy with Default Configuration -Run the following command to deploy Gravitino using the default settings: +Run the following command to deploy Gravitino using the default settings, specify container image versions using --set image.tag=0.x.0-incubating (replace x with target version): ```console -helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace +helm upgrade --install gravitino ./gravitino -n gravitino --create-namespace --set image.tag=<0.*.0-incubating> Review Comment: Also change to "--set image.tag=<x.y.z-incubating>" -- 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]
