From 2be4df443ebc11e92ca01dce8adfb9cc38fc2c15 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 27 Mar 2025 19:21:44 +0100 Subject: [PATCH] chore(version): Bump prometheus operator to 0.81.0 --- manifests/prometheus-operator/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/prometheus-operator/kustomization.yaml b/manifests/prometheus-operator/kustomization.yaml index 777d9cc..cd397c4 100644 --- a/manifests/prometheus-operator/kustomization.yaml +++ b/manifests/prometheus-operator/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization namespace: monitoring resources: - - https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.69.1/bundle.yaml + - https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.81.0/bundle.yaml - servicemonitor.yaml