diff --git a/Makefile b/Makefile index 7e3cd81..00d403b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ARCH ?= $(shell go env GOARCH) 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.48.0 # Directories. ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 8681c09..64c90ac 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -37,7 +37,7 @@ spec: containers: - command: - /conversion-webhook - image: docker.io/projectsveltos/webhook-conversion:main + image: docker.io/projectsveltos/webhook-conversion:v0.48.0 name: sveltos-webhook ports: - containerPort: 9443 diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 8681c09..64c90ac 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -37,7 +37,7 @@ spec: containers: - command: - /conversion-webhook - image: docker.io/projectsveltos/webhook-conversion:main + image: docker.io/projectsveltos/webhook-conversion:v0.48.0 name: sveltos-webhook ports: - containerPort: 9443