From ef23bc1e166351f2b27859cb303d1093e89a5db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 23 Nov 2022 12:42:15 +0100 Subject: [PATCH] doc: update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7402a8b..003855c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ helm repo add uptrends https://ionos-cloud.github.io/uptrends-operator/ helm repo update ``` +The most recent version is installed via. + +```bash +helm install uptrends uptrends/uptrends --create-namespace --namespace uptrends --version v0.0.1-beta. +``` + The required `API_USERNAME` and `API_PASSWORD` can be securely configured via `envFrom` in the `values.yaml`. ## License