Skip to content

Commit

Permalink
Fix registry for local deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
  • Loading branch information
ArnobKumarSaha committed May 21, 2024
1 parent b791465 commit 8039d06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,14 @@ install:
helm upgrade -i scanner charts/scanner --wait \
--namespace=$(KUBE_NAMESPACE) --create-namespace \
--set app.tag=$(TAG_PROD) \
--set registryFQDN="" \
--set app.registry=$(REGISTRY) \
--set imagePullPolicy=$(IMAGE_PULL_POLICY) \
--set-file license=$(LICENSE_FILE) \
--set nats.addr=$(NATS_ADDR) \
--set nats.auth.username=$(NATS_USERNAME) \
--set nats.auth.password=$(NATS_PASSWORD) \
--set cacher.registry=ghcr.io/appscode \
$(IMAGE_PULL_SECRETS); \

.PHONY: uninstall
Expand Down

0 comments on commit 8039d06

Please sign in to comment.