Skip to content

Commit

Permalink
Add migration instruction for prometheus 25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Sep 14, 2023
1 parent 56d765a commit 479ce51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ helm upgrade [RELEASE_NAME] prometheus-community/prometheus --install

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

### To 25.0

The `server.remoteRead` and `server.remoteWrite` fields now support templating.

Any entries in these which previously included `{{` or `}}` must be escaped with `{{ "{{" }}` and `{{ "}}" }}` respectively.

### To 24.0

Require Kubernetes 1.19+
Expand Down

0 comments on commit 479ce51

Please sign in to comment.