Use correct docker reg URL
This commit is contained in:
parent
27e5034d99
commit
eecc44cf15
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
.DEFAULT_GOAL := default
|
.DEFAULT_GOAL := default
|
||||||
|
|
||||||
IMAGE ?= docker.cloud.cluster.fun/averagemarcus/kube-1password-secrets:latest
|
IMAGE ?= docker.cluster.fun/averagemarcus/kube-1password-secrets:latest
|
||||||
|
|
||||||
.PHONY: test # Run all tests, linting and format checks
|
.PHONY: test # Run all tests, linting and format checks
|
||||||
test: lint check-format run-tests
|
test: lint check-format run-tests
|
||||||
|
@ -10,7 +10,7 @@ secretGenerator:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: kube-1password-secrets
|
- name: kube-1password-secrets
|
||||||
newName: docker.cloud.cluster.fun/averagemarcus/kube-1password-secrets
|
newName: docker.cluster.fun/averagemarcus/kube-1password-secrets
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user