From c77c4d37d7074f44aa86e53896c1ca780918eaed Mon Sep 17 00:00:00 2001 From: Jan Schnurpfeil Date: Thu, 15 Jan 2026 17:31:41 +0100 Subject: [PATCH] feat: update prometheus-operator-crds 19.1.0-> 26.0.0 --- module6/k8s/helm/prometheus-operator-crds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module6/k8s/helm/prometheus-operator-crds/README.md b/module6/k8s/helm/prometheus-operator-crds/README.md index 929e727..63852e4 100644 --- a/module6/k8s/helm/prometheus-operator-crds/README.md +++ b/module6/k8s/helm/prometheus-operator-crds/README.md @@ -10,6 +10,6 @@ helm upgrade \ prometheus-operator-crds prometheus-community/prometheus-operator-crds \ --namespace o11y \ --create-namespace \ - --version 19.1.0 \ + --version 26.0.0 \ --values values.yaml ```