From 54be19fbfd272238126400994f6b4c6d01fab903 Mon Sep 17 00:00:00 2001 From: Nikita Volodin Date: Mon, 26 Feb 2024 15:21:09 -0500 Subject: [PATCH] chore(k8s/flux): do not pin flux-manifest digest The format for digest is not the same as for docker images. So instead of properly setting up parser for current version, digest is just disabled. --- .github/renovate.json | 1 + evaluation/kubernetes/flux/config/flux.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index cf275a4c..57d25051 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -30,6 +30,7 @@ "group": { "commitMessageTopic": "{{{groupName}}} group" }, + "pinDigests": false, "separateMinorPatch": true } ] diff --git a/evaluation/kubernetes/flux/config/flux.yaml b/evaluation/kubernetes/flux/config/flux.yaml index 395ae8d0..3145bb0f 100644 --- a/evaluation/kubernetes/flux/config/flux.yaml +++ b/evaluation/kubernetes/flux/config/flux.yaml @@ -8,7 +8,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.2.3@sha256:187f6a409354d1a6156bb9ede0c81da13e1daccef421203575d23679ccc9b320 + tag: v2.2.3 --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization