dimas-b commented on code in PR #3830: URL: https://github.com/apache/polaris/pull/3830#discussion_r2828389115
########## site/content/in-dev/unreleased/helm.md: ########## @@ -30,17 +30,12 @@ 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. -Helm treats the -incubating suffix as a pre‑release by SemVer rules, and will skip charts that are not in a stable versioning scheme by default. Review Comment: same here ########## helm/polaris/helm.md.gotmpl: ########## @@ -30,17 +30,12 @@ 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. -Helm treats the -incubating suffix as a pre‑release by SemVer rules, and will skip charts that are not in a stable versioning scheme by default. Review Comment: This note may be worth keeping in case / while some people use the `1.3.0-incubating` version (or earlier) -- 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]
