From 479ce51606492c927642ef8ef06f54d481bbe888 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Thu, 14 Sep 2023 11:50:33 +0100 Subject: [PATCH] Add migration instruction for prometheus 25.0 --- charts/prometheus/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/prometheus/README.md b/charts/prometheus/README.md index 3246e3712b86..eb6ef9fb77b8 100644 --- a/charts/prometheus/README.md +++ b/charts/prometheus/README.md @@ -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+