From 67d74d991348e6d2de2b89c27cfd63f2ce78e61d Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Tue, 18 Feb 2025 09:40:36 +0100 Subject: [PATCH] (chore) set tag to v0.48.0 --- Makefile | 2 +- k8s/manifest.yaml | 2 +- manifest/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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