From 551833e46db4028e0f65dcca53f9c04c1410b6c9 Mon Sep 17 00:00:00 2001 From: Andrew Melnick Date: Thu, 1 Dec 2022 17:41:54 -0700 Subject: [PATCH] Fix default image repo --- .gitignore | 2 +- deploy/helm/kube-ingress-proxy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09dc123..8e8679d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -kube-ingress-proxy +./kube-ingress-proxy integration-test/kind.kubeconfig integration-test/last-image integration-test/log diff --git a/deploy/helm/kube-ingress-proxy/values.yaml b/deploy/helm/kube-ingress-proxy/values.yaml index 8b360fe..6c3753e 100644 --- a/deploy/helm/kube-ingress-proxy/values.yaml +++ b/deploy/helm/kube-ingress-proxy/values.yaml @@ -1,5 +1,5 @@ image: - repository: github.com/meln5674/kube-ingress-proxy + repository: ghcr.io/meln5674/kube-ingress-proxy pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""