From 659ae1a393a1a6fd405d1c07a2d6c8eb54e26c39 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Thu, 30 Jan 2025 15:10:58 +0100 Subject: [PATCH 1/2] (chore) set tag to v0.46.0 --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 563c970..0ea1484 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.46.0 ARCH ?= $(shell go env GOARCH) # Directories. diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index d8db13a..1e1e998 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.46.0 imagePullPolicy: IfNotPresent command: - /sveltosctl From 6495546657e16d8aba925f115819b2052108120b Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Thu, 30 Jan 2025 15:19:26 +0100 Subject: [PATCH 2/2] (chore) reset tag --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ea1484..563c970 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 ?= v0.46.0 +TAG ?= main ARCH ?= $(shell go env GOARCH) # Directories. diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 1e1e998..d8db13a 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -46,7 +46,7 @@ spec: serviceAccountName: sveltosctl containers: - name: sveltosctl - image: docker.io/projectsveltos/sveltosctl:v0.46.0 + image: docker.io/projectsveltos/sveltosctl:main imagePullPolicy: IfNotPresent command: - /sveltosctl