Update charts URL to an existing location

This commit is contained in:
András Váczi 2023-06-06 17:15:53 +02:00
parent af084a5a65
commit e51767015c
1 changed files with 2 additions and 2 deletions

View File

@ -92,13 +92,13 @@ They only work only with Helm v3. Helm v2 support was dropped with v1.8.0.
```bash ```bash
# add repo for postgres-operator # 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 # install the postgres-operator
helm install postgres-operator postgres-operator-charts/postgres-operator helm install postgres-operator postgres-operator-charts/postgres-operator
# add repo for postgres-operator-ui # 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 # install the postgres-operator-ui
helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui helm install postgres-operator-ui postgres-operator-ui-charts/postgres-operator-ui