From d0b4805aa48b4f4eca6428e1c02528398792f109 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Fri, 27 May 2022 13:15:08 +0200 Subject: [PATCH] renovate: flux ignore some things --- .../apps/gitops/renovate/renovate-infrastructure.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml index d3c8e679..4c5f7b77 100644 --- a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml +++ b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml @@ -80,6 +80,15 @@ data: ] } ], + // ignore individual fluxcd images + "ignoreDeps": [ + "ghcr.io/fluxcd/helm-controller", + "ghcr.io/fluxcd/image-automation-controller", + "ghcr.io/fluxcd/image-reflector-controller", + "ghcr.io/fluxcd/kustomize-controller", + "ghcr.io/fluxcd/notification-controller", + "ghcr.io/fluxcd/source-controller" + ], "regexManagers": [ { "description": "Process GitRepository CRD dependencies - Chart and Github Release are the same version",