Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p authored Feb 23, 2024
1 parent 3a1cbc6 commit 25503b9
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions charts/prometheus-snmp-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,6 @@ _See [configuration](#configuration) below._

_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._

## Upgrading Chart

```console
helm upgrade [RELEASE_NAME] prometheus-community/prometheus-snmp-exporter
```

_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._

### Upgrading an existing Release to a new major version

A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.

### From 1.x to 2.x

This version upgrades changes the `serviceMonitor.namespace` value from `monitoring` to the namespace the release is deployed to.

## Uninstall Chart

```console
Expand All @@ -61,6 +45,10 @@ helm upgrade [RELEASE_NAME] [CHART] --install

_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._

### Upgrading an existing Release to a new major version

A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.

### To 1.0.0

This version allows multiple Targets to be specified when using ServiceMonitor. When you use ServiceMonitor, please rewrite below:
Expand Down Expand Up @@ -89,6 +77,10 @@ serviceMonitor:
target: 127.0.0.1
```
### To 2.0.0
This version changes the `serviceMonitor.namespace` value from `monitoring` to the namespace the release is deployed to.

## Configuration

See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands:
Expand Down

0 comments on commit 25503b9

Please sign in to comment.