Skip to content

Commit

Permalink
Merge pull request #297 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 8a47ab2 + f358639 commit 8a46792
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.41.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.41.0
imagePullPolicy: IfNotPresent
command:
- /sveltosctl
Expand Down

0 comments on commit 8a46792

Please sign in to comment.