Skip to content

Commit

Permalink
update to obs upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Jan 11, 2022
1 parent 2e20817 commit 6b36ee8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions content/docs/observability/upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ This section outlines the upgrade steps for Container Storage Modules (CSM) for

## Helm Chart Upgrade

CSM for Observability Helm upgrade supports [Helm](../deployment/helm), [Online Installer](../deployment/online), and [Offline Installer](../deployment/offline) deployments. To upgrade an existing Helm installation of CSM for Observability to the latest release, download the latest Helm charts.
CSM for Observability Helm upgrade supports [Helm](../deployment/helm), [Online Installer](../deployment/online), and [Offline Installer](../deployment/offline) deployments.

To upgrade an existing Helm installation of CSM for Observability to the latest release, download the latest Helm charts.

```
helm repo update
Expand All @@ -32,7 +34,13 @@ dell/karavi-observability 1.0.1 1.0.0 CSM for Observab
Upgrade to the latest CSM for Observability release:

```
$ helm upgrade --version $latest_chart_version --values values.yaml karavi-observability dell/karavi-observability -n $namespace
Upgrade Helm and Online Installer deployments:
$ helm upgrade --version $latest_chart_version --values values.yaml karavi-observability dell/karavi-observability -n $namespace
Upgrade Offline Installer deployment:
$ helm upgrade --version $latest_chart_version karavi-observability dell/karavi-observability -n $namespace
```

The [configuration](../deployment/helm#configuration) section lists all the parameters that can be configured using the `values.yaml` file.
Expand Down Expand Up @@ -71,4 +79,4 @@ CSM for Observability online installer upgrade can be used if the initial deploy
|- Upgrading Karavi Observability helm chart Success
|
|- Waiting for pods in namespace karavi to be ready Success
```
```

0 comments on commit 6b36ee8

Please sign in to comment.