Skip to content

Commit

Permalink
Set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianluc committed Dec 8, 2024
1 parent b67b2ae commit 755c974
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 ?= v0.44.0
TAG ?= main
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:v0.44.0
image: docker.io/projectsveltos/sveltosctl:main
imagePullPolicy: IfNotPresent
command:
- /sveltosctl
Expand Down

0 comments on commit 755c974

Please sign in to comment.