From 4b4741d3dee37f81d8b2dbc909b9f177d1eee2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 3 Aug 2022 11:51:23 +0200 Subject: [PATCH] Use theodolite.rocks Helm repo location --- docs/installation.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4d455d428..f73a25926 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ The easiest option to install Theodolite is using [Helm](https://helm.sh). To install Theodolite with all its dependencies run: ```sh -helm repo add theodolite https://cau-se.github.io/theodolite +helm repo add theodolite https://www.theodolite.rocks helm repo update helm install theodolite theodolite/theodolite ``` diff --git a/docs/quickstart.md b/docs/quickstart.md index 858966ca7..755b1baf5 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -13,7 +13,7 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H 1. To install Theodolite with all its dependencies run: ```sh - helm repo add theodolite https://cau-se.github.io/theodolite + helm repo add theodolite https://www.theodolite.rocks helm repo update helm install theodolite theodolite/theodolite -f https://raw.githubusercontent.com/cau-se/theodolite/main/helm/preconfigs/minimal.yaml ``` -- GitLab