Skip to content

Commit

Permalink
(chore) set tag to v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianluc committed Jan 10, 2025
1 parent c21a6d0 commit 24d7825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.45.0

.PHONY: all
all: build
Expand Down
2 changes: 1 addition & 1 deletion k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: register-mgmt-cluster
image: docker.io/projectsveltos/register-mgmt-cluster:main
image: docker.io/projectsveltos/register-mgmt-cluster:v0.45.0
imagePullPolicy: IfNotPresent
args:
- --labels=
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: register-mgmt-cluster
image: docker.io/projectsveltos/register-mgmt-cluster:main
image: docker.io/projectsveltos/register-mgmt-cluster:v0.45.0
imagePullPolicy: IfNotPresent
args:
- --labels=
Expand Down

0 comments on commit 24d7825

Please sign in to comment.