From ec9cd60d14b6adbb00ad16295811bcf3d0cca2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Mon, 5 Apr 2021 22:02:22 +0200 Subject: [PATCH] Use github-hosted images in helm --- helm/imagepullsecret-injector/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/imagepullsecret-injector/values.yaml b/helm/imagepullsecret-injector/values.yaml index a633548..305e35e 100644 --- a/helm/imagepullsecret-injector/values.yaml +++ b/helm/imagepullsecret-injector/values.yaml @@ -1,12 +1,12 @@ image: - registry: marshallmarshall + registry: ghcr.io/ysoftdevs/imagepullsecret-injector repository: imagepullsecret-injector pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" certificateGeneratorImage: - registry: marshallmarshall + registry: ghcr.io/ysoftdevs/imagepullsecret-injector repository: webhook-cert-generator tag: ""