From 33b56c5e593a90256e368a9f3ecb147a01c90c20 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Fri, 10 Jan 2025 15:38:44 +0100 Subject: [PATCH] (chore) set tag --- Makefile | 2 +- manifest/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7e29fe..5dd40d7 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.45.0 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 0762eb9..5297c45 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.45.0 ports: - containerPort: 5173 ---