From 7132658f2038f15ef9a97c24b69b4f86e02ee346 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Mon, 7 Oct 2024 16:17:38 +0200 Subject: [PATCH] Release v0.39.0: update tag --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b16622..77e5e4e 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.39.0 ARCH ?= $(shell go env GOARCH) # Directories. diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 7093302..c8100d2 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.39.0 imagePullPolicy: IfNotPresent command: - /sveltosctl