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