diff --git a/Makefile b/Makefile index 0ede5ca3..9349214a 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ crds: ## Generate CRDs # Deploy controller in the configured Kubernetes cluster in ~/.kube/config deploy: manifests kustomize - cd config/manager && $(KUSTOMIZE) edit set image pravega/zookeeper-operator=$(TEST_IMAGE) + cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/mesosphere/zookeeper-operator=$(TEST_IMAGE) $(KUSTOMIZE) build config/default | kubectl apply -f - # Deploy controller in the configured Kubernetes cluster in ~/.kube/config diff --git a/charts/zookeeper-operator/values.yaml b/charts/zookeeper-operator/values.yaml index 3830f81f..c6fdc1dc 100644 --- a/charts/zookeeper-operator/values.yaml +++ b/charts/zookeeper-operator/values.yaml @@ -8,7 +8,7 @@ global: # - private-registry-key image: - repository: pravega/zookeeper-operator + repository: ghcr.io/mesosphere/zookeeper-operator tag: 0.2.15 pullPolicy: IfNotPresent diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b4a2ab58..2dea1adb 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -3,6 +3,6 @@ resources: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: -- name: pravega/zookeeper-operator +- name: ghcr.io/mesosphere/zookeeper-operator newName: testzkop/zookeeper-operator-testimages newTag: check diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 18163b4c..2309a6b9 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -16,7 +16,7 @@ spec: containers: - name: zookeeper-operator # Replace this with the built image name - image: pravega/zookeeper-operator:0.2.15 + image: ghcr.io/mesosphere/zookeeper-operator:0.2.15 ports: - containerPort: 60000 name: metrics