From 9d004a0103c4e62438ec52ca0b9afbfe0c0b8228 Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:15:49 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-release):=20update=20prometheus-ope?= =?UTF-8?q?rator/prometheus-operator=20(=20v0.76.2=20=E2=86=92=20v0.77.0?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 d4edd3e45..42a5a689a 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.2 + PROMETHEUS_OPERATOR_VERSION: v0.77.0 CLUSTER_SECRET_SOPS_FILE: "{{ .KUBERNETES_DIR }}/flux/vars/cluster-secrets.sops.yaml" CUSTOM_SECRET_SOPS_FILE: "{{ .KUBERNETES_DIR }}/flux/vars/custom-secrets.sops.yaml" CLUSTER_SETTINGS_FILE: "{{ .KUBERNETES_DIR }}/flux/vars/cluster-settings.yaml"