From 719a28219c891be14a7b9811fd50cf8602f6e14a Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Fri, 13 Sep 2024 14:00:40 +0200 Subject: [PATCH] docs(chart): document upgrading --- helm-chart/dash0-operator/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/helm-chart/dash0-operator/README.md b/helm-chart/dash0-operator/README.md index 8b481151..2cb128c4 100644 --- a/helm-chart/dash0-operator/README.md +++ b/helm-chart/dash0-operator/README.md @@ -33,7 +33,7 @@ Before installing the operator, add the Dash0 operator's Helm repository as foll ```console helm repo add dash0-operator https://dash0hq.github.io/dash0-operator -helm repo update +helm repo update dash0-operator ``` Now you can install the operator into your cluster via Helm with the following command: @@ -348,6 +348,15 @@ or, alternatively, by using the `dash0-monitoring.yaml` file created earlier: kubectl delete --namespace my-nodejs-applications -f dash0-monitoring.yaml ``` +## Upgrading + +To upgrade the Dash0 Kubernetes Operator to a newer version, run the following commands: + +```console +helm repo update dash0-operator +helm upgrade --namespace dash0-system dash0-operator dash0-operator/dash0-operator +``` + ## Uninstallation To remove the Dash0 Kubernetes Operator from your cluster, run the following command: