From b9823dddf7529db514d0c3ad584883edf8a87ede Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Tue, 11 Feb 2025 11:53:27 +0100 Subject: [PATCH] (chore) set tag to v0.47.0 --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7e29fe..f752253 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 ?= main +TAG ?= v0.47.0 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index dd95b06..e9a86be 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: dashboard - image: docker.io/projectsveltos/dashboard:main + image: docker.io/projectsveltos/dashboard:v0.47.0 ports: - containerPort: 5173 ---