Skip to content

Commit

Permalink
Merge pull request #293 from gianlucam76/release-0.39
Browse files Browse the repository at this point in the history
Release v0.39.0: update tag
  • Loading branch information
gianlucam76 authored Oct 7, 2024
2 parents 4086e75 + 7132658 commit fe9ebda
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.39.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.39.0
imagePullPolicy: IfNotPresent
command:
- /sveltosctl
Expand Down

0 comments on commit fe9ebda

Please sign in to comment.