From 9945ab5466445938bc37afaf06e8fe79ca41932d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:37:31 +0000 Subject: [PATCH] fix(github-release): update prometheus-operator/prometheus-operator to v0.76.1 --- .taskfiles/Flux/Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Flux/Taskfile.yaml b/.taskfiles/Flux/Taskfile.yaml index f3543c14..7cf88fb2 100644 --- a/.taskfiles/Flux/Taskfile.yaml +++ b/.taskfiles/Flux/Taskfile.yaml @@ -4,7 +4,7 @@ version: "3" vars: # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator - PROMETHEUS_OPERATOR_VERSION: v0.76.0 + PROMETHEUS_OPERATOR_VERSION: v0.76.1 CLUSTER_SECRET_SOPS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-secrets.sops.yaml" CLUSTER_SETTINGS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-settings.yaml" GITHUB_DEPLOY_KEY_FILE: "{{.KUBERNETES_DIR}}/bootstrap/flux/github-deploy-key.sops.yaml"