diff --git a/Makefile b/Makefile index 84b6193..0f28e34 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.41.0 +TAG ?= v0.41.1 # Directories. TOOLS_DIR := hack/tools diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 946f881..4fe799f 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: dashboard - image: docker.io/projectsveltos/dashboard:v0.41.0 + image: docker.io/projectsveltos/dashboard:v0.41.1 ports: - containerPort: 5173 ---