diff --git a/Makefile b/Makefile index 056581d..784a6aa 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified .PHONY: deploy deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config. - cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} + cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/infrabits/namespace-secrets-patcher=${IMG} $(KUSTOMIZE) build config/default | $(KUBECTL) apply -f - .PHONY: undeploy diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index d12727a..f3e7063 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -63,7 +63,7 @@ spec: args: - --leader-elect - --health-probe-bind-address=:8081 - image: controller:latest + image: ghcr.io/infrabits/namespace-secrets-patcher:latest name: manager securityContext: allowPrivilegeEscalation: false