From 9e4ac8ae74f6bebdfefe19cca15debb18e8601e3 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 20 May 2022 11:30:33 +0200 Subject: [PATCH] renovate: add ghcr auth --- .../apps/gitops/renovate/renovate-infrastructure.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml index b6be941..2363fc8 100644 --- a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml +++ b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml @@ -64,6 +64,14 @@ data: "kubernetes": { "fileMatch": ["flux/.+\\.yaml$"] }, + hostRules: [ + { + hostType: 'docker', + matchHost: 'ghcr.io', + username: 'NULLx76', + password: process.env.GITHUB_COM_TOKEN + } + ], "packageRules": [ { "automerge": true,