Skip to content

Commit 71c4b6e

Browse files
authored
Merge pull request #150 from gianlucam76/prep
(chore) prepare for release v1.8.0
2 parents ca067ae + d84e8af commit 71c4b6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IMAGE_NAME ?= dashboard
1515
ARCH ?= $(shell go env GOARCH)
1616
OS ?= $(shell uname -s | tr A-Z a-z)
1717
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
18-
TAG ?= v1.7.0
18+
TAG ?= v1.8.0
1919

2020
# Directories.
2121
TOOLS_DIR := hack/tools

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ spec:
1515
spec:
1616
containers:
1717
- name: dashboard
18-
image: docker.io/projectsveltos/dashboard:v1.7.0
18+
image: docker.io/projectsveltos/dashboard:v1.8.0
1919
ports:
2020
- containerPort: 5173
2121
env:
2222
- name: VITE_APP_VERSION
23-
value: v1.7.0
23+
value: v1.8.0
2424
---
2525
apiVersion: v1
2626
kind: Service

0 commit comments

Comments
 (0)