diff --git a/Makefile b/Makefile index 8f20b2e..1625096 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ARCH ?= amd64 OS ?= $(shell uname -s | tr A-Z a-z) K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v0.50.0 +TAG ?= main .PHONY: all all: build diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 063117c..eef3924 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -8,5 +8,5 @@ spec: spec: containers: # Change the value of image field below to your controller image URL - - image: projectsveltos/ui-backend:v0.50.0 + - image: projectsveltos/ui-backend:main name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index cfac71c..0f42caf 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -140,7 +140,7 @@ spec: - --v=5 command: - /manager - image: projectsveltos/ui-backend:v0.50.0 + image: projectsveltos/ui-backend:main livenessProbe: failureThreshold: 3 httpGet: