From 7ef689d1b7c063ca50e13ebe8e13ebdaef319ec0 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Thu, 20 Feb 2025 10:03:10 +0100 Subject: [PATCH] (chore) set tag to v0.48.1 --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc4f5ae..30f1e7c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ IMAGE_NAME ?= dashboard ARCH ?= $(shell go env GOARCH) OS ?= $(shell uname -s | tr A-Z a-z) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v0.48.0 +TAG ?= v0.48.1 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 8de2b9c..deaf2e1 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: dashboard - image: docker.io/projectsveltos/dashboard:v0.48.0 + image: docker.io/projectsveltos/dashboard:v0.48.1 ports: - containerPort: 5173 ---