From 975fe4ce5efc93f8c6829510b96f9217bee4c09a Mon Sep 17 00:00:00 2001 From: Frode Eriksen Date: Mon, 20 Oct 2025 13:32:14 +0200 Subject: [PATCH 1/3] make build-installer --- Makefile | 2 +- config/manager/kustomization.yaml | 4 ++-- dist/install.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e6e8061..8ff4b39 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 = ghcr.io/vitistack/ipam-operator:2.0.2 # 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..b3236bc 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 - newTag: latest + newName: ghcr.io/vitistack/ipam-operator + newTag: 2.0.2 diff --git a/dist/install.yaml b/dist/install.yaml index 0909a8c..e593669 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: ghcr.io/vitistack/ipam-operator:2.0.2 livenessProbe: httpGet: path: /healthz From 2aa9acc564ca2317f8fae93b12d47dac0837bb7b Mon Sep 17 00:00:00 2001 From: Frode Eriksen Date: Mon, 20 Oct 2025 13:34:47 +0200 Subject: [PATCH 2/3] make build-installer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ff4b39..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:2.0.2 +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)) From 7387a913cb112806765b564386fece0e36dd8ce6 Mon Sep 17 00:00:00 2001 From: Frode Eriksen Date: Mon, 20 Oct 2025 13:35:02 +0200 Subject: [PATCH 3/3] make build-installer --- config/manager/kustomization.yaml | 4 ++-- dist/install.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b3236bc..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: ghcr.io/vitistack/ipam-operator - newTag: 2.0.2 + newName: ncr.sky.nhn.no/ghcr/vitistack/ipam-operator + newTag: latest diff --git a/dist/install.yaml b/dist/install.yaml index e593669..eea9f1e 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -417,7 +417,7 @@ spec: envFrom: - configMapRef: name: ipam-controller-config - image: ghcr.io/vitistack/ipam-operator:2.0.2 + image: ncr.sky.nhn.no/ghcr/vitistack/ipam-operator:latest livenessProbe: httpGet: path: /healthz