From f9ac0151c283f7856c39016aab4062de903a7438 Mon Sep 17 00:00:00 2001 From: Alex Wied <centromere@users.noreply.github.com> Date: Tue, 24 May 2022 14:04:11 -0400 Subject: [PATCH] doc: main branch is no longer compatible with Kubernetes 1.22 See: https://github.com/prometheus-community/helm-charts/issues/2018 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b158705..d549042c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The following Kubernetes versions are supported and work as we test against thes | [`release-0.8`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.8) | ✗ | ✔ | ✔ | ✗ | ✗ | | [`release-0.9`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.9) | ✗ | ✗ | ✔ | ✔ | ✗ | | [`release-0.10`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.10) | ✗ | ✗ | ✗ | ✔ | ✔ | -| [`main`](https://github.com/prometheus-operator/kube-prometheus/tree/main) | ✗ | ✗ | ✗ | ✔ | ✔ | +| [`main`](https://github.com/prometheus-operator/kube-prometheus/tree/main) | ✗ | ✗ | ✗ | ✗ | ✔ | ## Quickstart -- GitLab