diff --git a/k8s-peterg/renovate-operator/configmap.yaml b/k8s-peterg/renovate-operator/configmap.yaml index 370ac73..2666cb1 100644 --- a/k8s-peterg/renovate-operator/configmap.yaml +++ b/k8s-peterg/renovate-operator/configmap.yaml @@ -20,11 +20,13 @@ data: persistRepoData: true, hostRules: [ { + hostType: 'docker', matchHost: 'docker.io', username: process.env.DOCKER_USERNAME, password: process.env.DOCKER_TOKEN, }, { + hostType: 'docker', matchHost: 'registry-1.docker.io', username: process.env.DOCKER_USERNAME, password: process.env.DOCKER_TOKEN,