Skip to content

Commit

Permalink
Merge pull request #44 from gianlucam76/prep
Browse files Browse the repository at this point in the history
(chore) update release tag
  • Loading branch information
gianlucam76 authored Oct 28, 2024
2 parents d480924 + 7c918f5 commit c78caa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 ?= main
TAG ?= v0.41.0

# Directories.
TOOLS_DIR := hack/tools
Expand Down Expand Up @@ -65,4 +65,4 @@ manifests: ## Generate manifests
MANIFEST_IMG=$(CONTROLLER_IMG) MANIFEST_TAG=$(TAG) $(MAKE) set-manifest-image

set-manifest-image:
sed -i'' -e 's@image: .*@image: '"docker.io/${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' ./manifest/manifest.yaml >> ./manifest/manifest.yaml-e
sed -i'' -e 's@image: .*@image: '"docker.io/${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' ./manifest/manifest.yaml >> ./manifest/manifest.yaml-e
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:main
image: docker.io/projectsveltos/dashboard:v0.41.0
ports:
- containerPort: 5173
---
Expand Down

0 comments on commit c78caa8

Please sign in to comment.