From dbb62854f0b1862f7e65ba85e94d691eb52f1e93 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Fri, 10 Jan 2025 15:31:26 +0100 Subject: [PATCH 1/2] (chore) set tag --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- manifest/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: From eac1c4128e9366453f84cfb20f4034b136b3bdbd Mon Sep 17 00:00:00 2001 From: mgianluc Date: Fri, 10 Jan 2025 15:36:51 +0100 Subject: [PATCH 2/2] Reset tag --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- manifest/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3456b5f..d6cbb0e 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.45.0 +TAG ?= main .PHONY: all all: build diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 12eb642..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.45.0 + - image: projectsveltos/ui-backend:main name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 3181d56..ac94fa5 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -140,7 +140,7 @@ spec: - --v=5 command: - /manager - image: projectsveltos/ui-backend:v0.45.0 + image: projectsveltos/ui-backend:main livenessProbe: failureThreshold: 3 httpGet: