From f35863993a271e60675dac07b5c457856cd2b32f Mon Sep 17 00:00:00 2001 From: mgianluc Date: Mon, 28 Oct 2024 08:05:50 +0100 Subject: [PATCH] (chore) update release tag --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1592730..d4e9c3f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GO_INSTALL := ./scripts/go_install.sh REGISTRY ?= projectsveltos IMAGE_NAME ?= sveltosctl export SVELTOSCTL_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= main +TAG ?= v0.41.0 ARCH ?= $(shell go env GOARCH) # Directories. diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index e600e99..0e8c954 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -46,7 +46,7 @@ spec: serviceAccountName: sveltosctl containers: - name: sveltosctl - image: docker.io/projectsveltos/sveltosctl:main + image: docker.io/projectsveltos/sveltosctl:v0.41.0 imagePullPolicy: IfNotPresent command: - /sveltosctl