diff --git a/Makefile b/Makefile index e6e8061..3487014 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets #IMG ?= controller:latest -IMG = ghcr.io/vitistack/ipam-operator:0.0.1-rc31 +IMG = ncr.sky.nhn.no/ghcr/vitistack/ipam-operator:latest # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 464d257..69333f5 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: ncr.sky.nhn.no/dcn/ipam-controller + newName: ncr.sky.nhn.no/ghcr/vitistack/ipam-operator newTag: latest diff --git a/dist/install.yaml b/dist/install.yaml index 0909a8c..eea9f1e 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -417,7 +417,7 @@ spec: envFrom: - configMapRef: name: ipam-controller-config - image: ncr.sky.nhn.no/dcn/ipam-controller:latest + image: ncr.sky.nhn.no/ghcr/vitistack/ipam-operator:latest livenessProbe: httpGet: path: /healthz