Skip to content

Commit

Permalink
Merge pull request #45 from gianlucam76/update-tag
Browse files Browse the repository at this point in the history
Update release tag
  • Loading branch information
gianlucam76 authored Oct 29, 2024
2 parents c78caa8 + fcabed8 commit 86171b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 86171b6

Please sign in to comment.