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