Skip to content

Commit

Permalink
docs(chart): document upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Sep 13, 2024
1 parent 108ffdf commit 5e905bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion helm-chart/dash0-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5e905bd

Please sign in to comment.