Skip to content

Commit

Permalink
Fix default image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Dec 2, 2022
1 parent 3ec55fa commit 551833e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kube-ingress-proxy
./kube-ingress-proxy
integration-test/kind.kubeconfig
integration-test/last-image
integration-test/log
2 changes: 1 addition & 1 deletion deploy/helm/kube-ingress-proxy/values.yaml
Original file line number Diff line number Diff line change
@@ -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: ""
Expand Down

0 comments on commit 551833e

Please sign in to comment.