Skip to content

Commit cc92697

Browse files
authored
Merge pull request #1835 from DougTidwell/master
Updated Helm repo location to https://helm.altinity.com
2 parents 8c346e5 + f28b41a commit cc92697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/grafana/grafana-with-helm/install-grafana-via-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# reproduce behavior for https://github.com/Altinity/clickhouse-operator/issues/1721
33
kubectl create ns test
44

5-
helm repo add altinity-clickhouse-operator https://docs.altinity.com/clickhouse-operator/
5+
helm repo add altinity-clickhouse-operator https://helm.altinity.com
66
helm install -n test test-operator --set dashboards.enabled=true altinity-clickhouse-operator/altinity-clickhouse-operator
77

88
helm repo add grafana https://grafana.github.io/helm-charts

docs/operator_installation_details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ since 0.20.1 version official clickhouse-operator helm chart, also available
5959

6060
installation
6161
```bash
62-
helm repo add clickhouse-operator https://docs.altinity.com/clickhouse-operator/
62+
helm repo add clickhouse-operator https://helm.altinity.com
6363
helm install clickhouse-operator clickhouse-operator/altinity-clickhouse-operator
6464
```
6565
upgrade

0 commit comments

Comments
 (0)