Skip to content

Commit

Permalink
Merge pull request #322 from gianlucam76/release-0.45
Browse files Browse the repository at this point in the history
(chore) set tag
  • Loading branch information
gianlucam76 authored Jan 10, 2025
2 parents 858e7a8 + 1ad812d commit 33204b1
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 @@ -12,7 +12,7 @@ GO_INSTALL := ./scripts/go_install.sh
REGISTRY ?= projectsveltos
IMAGE_NAME ?= sveltosctl
export SVELTOSCTL_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= main
TAG ?= v0.45.0
ARCH ?= $(shell go env GOARCH)

# Directories.
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
serviceAccountName: sveltosctl
containers:
- name: sveltosctl
image: docker.io/projectsveltos/sveltosctl:main
image: docker.io/projectsveltos/sveltosctl:v0.45.0
imagePullPolicy: IfNotPresent
command:
- /sveltosctl
Expand Down

0 comments on commit 33204b1

Please sign in to comment.