From 2e67269b5bf9a3298053cc5635a56e6589dd69d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 19 Aug 2023 09:26:13 +0300 Subject: [PATCH] prometheus-operator: Bump to 0.67.1 --- 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 ec28a2d..5da9e2f 100644 --- a/prometheus-operator/README.md +++ b/prometheus-operator/README.md @@ -3,7 +3,7 @@ To deploy Prometheus operator: ``` -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 +curl -L https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.67.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 ```