From 22bc1a5f4f64a641e0c8ad2a9286beaf29010faf Mon Sep 17 00:00:00 2001 From: mgianluc Date: Tue, 29 Oct 2024 09:25:59 +0100 Subject: [PATCH] Update release tag --- Makefile | 2 +- k8s/manifest.yaml | 2 +- manifest/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4281f28..3d50bdc 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 ?= v0.41.0 +TAG ?= v0.41.1 # Directories. ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 54a5ff4..9b6e65d 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -37,7 +37,7 @@ spec: containers: - command: - /conversion-webhook - image: docker.io/projectsveltos/webhook-conversion:v0.41.0 + image: docker.io/projectsveltos/webhook-conversion:v0.41.1 name: sveltos-webhook ports: - containerPort: 9443 diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 54a5ff4..9b6e65d 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -37,7 +37,7 @@ spec: containers: - command: - /conversion-webhook - image: docker.io/projectsveltos/webhook-conversion:v0.41.0 + image: docker.io/projectsveltos/webhook-conversion:v0.41.1 name: sveltos-webhook ports: - containerPort: 9443