From e51767015c45694420a789f5feb4a6be09148a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20V=C3=A1czi?= Date: Tue, 6 Jun 2023 17:15:53 +0200 Subject: [PATCH] Update charts URL to an existing location --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index f080bd567..009be399b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -92,13 +92,13 @@ They only work only with Helm v3. Helm v2 support was dropped with v1.8.0. ```bash # add repo for postgres-operator -helm repo add postgres-operator-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator +helm repo add postgres-operator-charts https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator # install the postgres-operator helm install postgres-operator postgres-operator-charts/postgres-operator # add repo for postgres-operator-ui -helm repo add postgres-operator-ui-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator-ui +helm repo add postgres-operator-ui-charts https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator-ui # install the postgres-operator-ui helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui