Skip to content

Commit

Permalink
(chore) reset tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucam76 committed Feb 25, 2025
1 parent 81eff9f commit 3851de0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARCH ?= $(shell go env GOARCH)
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 ?= v0.49.0
TAG ?= main

## Tool Binaries
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
- "--shard-key="
- "--capi-onboard-annotation="
- "--v=5"
- "--version=v0.49.0"
- "--version=main"
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/event-manager:v0.49.0
- image: docker.io/projectsveltos/event-manager:main
name: manager
4 changes: 2 additions & 2 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=v0.49.0
- --version=main
command:
- /manager
image: docker.io/projectsveltos/event-manager:v0.49.0
image: docker.io/projectsveltos/event-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1552,10 +1552,10 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- --v=5
- --version=v0.49.0
- --version=main
command:
- /manager
image: docker.io/projectsveltos/event-manager:v0.49.0
image: docker.io/projectsveltos/event-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 3851de0

Please sign in to comment.