Skip to content

Commit

Permalink
Merge pull request #250 from gianlucam76/release-0.42
Browse files Browse the repository at this point in the history
(chore) update release tag
  • Loading branch information
gianlucam76 authored Nov 15, 2024
2 parents 2afb206 + c0f04f1 commit eae5706
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARCH ?= amd64
OS ?= $(shell uname -s | tr A-Z a-z)
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= main
TAG ?= v0.42.0

.PHONY: all
all: build
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: docker.io/projectsveltos/sveltoscluster-manager:main
- image: docker.io/projectsveltos/sveltoscluster-manager:v0.42.0
name: manager
2 changes: 1 addition & 1 deletion manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager:main
image: docker.io/projectsveltos/sveltoscluster-manager:v0.42.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager:main
image: docker.io/projectsveltos/sveltoscluster-manager:v0.42.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit eae5706

Please sign in to comment.