Skip to content

Commit

Permalink
(chore) set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianluc committed Jan 10, 2025
1 parent 858e7a8 commit 1ad812d
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 1ad812d

Please sign in to comment.