From 960103eb4035e02de95be0eb75aa08bfba963d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 21 Dec 2022 14:08:23 +0200 Subject: [PATCH] prometheus-operator: Bump bundle version --- prometheus-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-operator/README.md b/prometheus-operator/README.md index 3ee9518..ef8e8be 100644 --- a/prometheus-operator/README.md +++ b/prometheus-operator/README.md @@ -1,7 +1,7 @@ # Prometheus operator ``` -curl -L https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.59.0/bundle.yaml | sed -e 's/namespace: default/namespace: prometheus-operator/g' > bundle.yml +curl -L https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.61.1/bundle.yaml | sed -e 's/namespace: default/namespace: prometheus-operator/g' > bundle.yml kubectl create namespace prometheus-operator kubectl apply --server-side -n prometheus-operator -f bundle.yml kubectl delete -n prometheus-operator configmap snmp-exporter