We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca067ae + d84e8af commit 71c4b6eCopy full SHA for 71c4b6e
2 files changed
Makefile
@@ -15,7 +15,7 @@ IMAGE_NAME ?= dashboard
15
ARCH ?= $(shell go env GOARCH)
16
OS ?= $(shell uname -s | tr A-Z a-z)
17
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
18
-TAG ?= v1.7.0
+TAG ?= v1.8.0
19
20
# Directories.
21
TOOLS_DIR := hack/tools
manifest/manifest.yaml
@@ -15,12 +15,12 @@ spec:
spec:
containers:
- name: dashboard
- image: docker.io/projectsveltos/dashboard:v1.7.0
+ image: docker.io/projectsveltos/dashboard:v1.8.0
ports:
- containerPort: 5173
env:
22
- name: VITE_APP_VERSION
23
- value: v1.7.0
+ value: v1.8.0
24
---
25
apiVersion: v1
26
kind: Service
0 commit comments