diff --git a/Makefile b/Makefile index 497530f..25833cb 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 ?= v1.6.0 +TAG ?= v1.7.0 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 7518b64..5d669df 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15,12 +15,12 @@ spec: spec: containers: - name: dashboard - image: docker.io/projectsveltos/dashboard:v1.6.0 + image: docker.io/projectsveltos/dashboard:v1.7.0 ports: - containerPort: 5173 env: - name: VITE_APP_VERSION - value: v1.6.0 + value: v1.7.0 --- apiVersion: v1 kind: Service