diff --git a/Makefile b/Makefile index 563c970..33a93aa 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.45.0 ARCH ?= $(shell go env GOARCH) # Directories. diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 99d55f2..c6d4ebe 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.45.0 imagePullPolicy: IfNotPresent command: - /sveltosctl