Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down