diff --git a/Makefile b/Makefile index d6cbb0e..3456b5f 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 ?= main +TAG ?= v0.45.0 .PHONY: all all: build diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index eef3924..12eb642 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:main + - image: projectsveltos/ui-backend:v0.45.0 name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index ac94fa5..3181d56 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -140,7 +140,7 @@ spec: - --v=5 command: - /manager - image: projectsveltos/ui-backend:main + image: projectsveltos/ui-backend:v0.45.0 livenessProbe: failureThreshold: 3 httpGet: