diff --git a/Makefile b/Makefile index 876e857..18e43d6 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 ?= v1.3.0 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index dd95b06..28bdbbe 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:v1.3.0 ports: - containerPort: 5173 ---