Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update url for helm chart #536

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Thank you for installing {{ .Chart.Name }}-{{ .Chart.Version }} operator chart.

Please see the values.yaml for more operation information: https://github.com/yandongxiao/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/operator/values.yaml
Please see the values.yaml for more operation information: https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ERROR: Installation of the ServiceMonitor CR for the Prometheus operator failed.

Thank you for installing {{ .Chart.Name }}-{{ .Chart.Version }} starrocks chart. Please wait for a few minutes for the cluster to be ready.

Please see the values.yaml for more operation information: https://github.com/yandongxiao/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml
Please see the values.yaml for more operation information: https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml
2 changes: 1 addition & 1 deletion helm-charts/charts/kube-starrocks/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ERROR: Installation of the ServiceMonitor CR for the Prometheus operator failed.
Thank you for installing {{ .Chart.Name }}-{{ .Chart.Version }} kube-starrocks chart.
It will install both operator and starrocks cluster, please wait for a few minutes for the cluster to be ready.

Please see the values.yaml for more operation information: https://github.com/yandongxiao/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/values.yaml
Please see the values.yaml for more operation information: https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/values.yaml
Loading