Skip to content

Commit db59f38

Browse files
committed
(chore) reset tag
1 parent 94bcfb9 commit db59f38

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= v0.57.1
28+
TAG ?= main
2929

3030
.PHONY: all
3131
all: build

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
- "--shard-key="
1616
- "--capi-onboard-annotation="
1717
- "--v=5"
18-
- "--version=v0.57.1"
18+
- "--version=main"
1919
- "--agent-in-mgmt-cluster=false"

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: docker.io/projectsveltos/healthcheck-manager:v0.57.1
11+
- image: docker.io/projectsveltos/healthcheck-manager:main
1212
name: manager

manifest/deployment-shard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ spec:
2323
- --shard-key={{.SHARD}}
2424
- --capi-onboard-annotation=
2525
- --v=5
26-
- --version=v0.57.1
26+
- --version=main
2727
- --agent-in-mgmt-cluster=false
2828
command:
2929
- /manager
30-
image: docker.io/projectsveltos/healthcheck-manager:v0.57.1
30+
image: docker.io/projectsveltos/healthcheck-manager:main
3131
livenessProbe:
3232
failureThreshold: 3
3333
httpGet:

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ spec:
188188
- --shard-key=
189189
- --capi-onboard-annotation=
190190
- --v=5
191-
- --version=v0.57.1
191+
- --version=main
192192
- --agent-in-mgmt-cluster=false
193193
command:
194194
- /manager
195-
image: docker.io/projectsveltos/healthcheck-manager:v0.57.1
195+
image: docker.io/projectsveltos/healthcheck-manager:main
196196
livenessProbe:
197197
failureThreshold: 3
198198
httpGet:

test/sveltos-agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ spec:
175175
- --cluster-namespace=
176176
- --cluster-name=
177177
- --cluster-type=
178-
- --version=v0.57.1
178+
- --version=main
179179
- --current-cluster=managed-cluster
180180
- --run-mode=do-not-send-reports
181181
command:
182182
- /manager
183-
image: docker.io/projectsveltos/sveltos-agent:v0.57.1
183+
image: docker.io/projectsveltos/sveltos-agent:main
184184
livenessProbe:
185185
failureThreshold: 3
186186
httpGet:

0 commit comments

Comments
 (0)