From 097c99490556f9c1bc0f2ae5d9ac5ca3a77e6cc8 Mon Sep 17 00:00:00 2001 From: ubombar Date: Thu, 28 Mar 2024 15:35:45 +0100 Subject: [PATCH] Change image defaults to main --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f51be24..5c11eae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= edgenetio/edgenet-controller:latest +IMG ?= edgenetio/edgenet-controller:main YAML_PATH=build/installer.yaml # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.29.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5daecbd..1d6258d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: edgenetio/edgenet-controller - newTag: latest + newTag: main