diff --git a/Makefile b/Makefile index 1c270d7..e32bc95 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ARCH ?= amd64 OS ?= $(shell uname -s | tr A-Z a-z) K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= main +TAG ?= v0.42.0 .PHONY: all all: build diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 1614c0e..a58d590 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: register-mgmt-cluster - image: docker.io/projectsveltos/register-mgmt-cluster:main + image: docker.io/projectsveltos/register-mgmt-cluster:v0.42.0 imagePullPolicy: IfNotPresent args: - --labels= diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 1614c0e..a58d590 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: register-mgmt-cluster - image: docker.io/projectsveltos/register-mgmt-cluster:main + image: docker.io/projectsveltos/register-mgmt-cluster:v0.42.0 imagePullPolicy: IfNotPresent args: - --labels=