MonkeyCanCode commented on code in PR #3830: URL: https://github.com/apache/polaris/pull/3830#discussion_r2831429254
########## helm/polaris/helm.md.gotmpl: ########## @@ -30,14 +30,14 @@ The instructions below are for the local Minikube cluster. They assume Minikube Start the Minikube cluster, add the official Polaris Helm repository, create the target namespace, and install the chart: ```bash minikube start -helm repo add polaris https://downloads.apache.org/incubator/polaris/helm-chart +helm repo add polaris https://downloads.apache.org/polaris/helm-chart helm repo update kubectl create namespace polaris -helm install polaris polaris/polaris --namespace polaris --devel +helm install polaris polaris/polaris --namespace polaris ``` {{ "{{" }}< alert note >}} -The --devel flag is required while Polaris is in the incubation phase. +For Apache Polaris releases up to 1.3.0-incubating, the `--devel` flag is required for `helm` invocations. Review Comment: Not sure if this is worth mentioning as we only have 1.3.0-incubating in downloads as of now and older versions are in archive only. -- 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]
