File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= amd64
25
25
OS ?= $(shell uname -s | tr A-Z a-z)
26
26
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
27
27
export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28
- TAG ?= v0.57.1
28
+ TAG ?= main
29
29
30
30
.PHONY : all
31
31
all : build
Original file line number Diff line number Diff line change 15
15
- " --shard-key="
16
16
- " --capi-onboard-annotation="
17
17
- " --v=5"
18
- - " --version=v0.57.1 "
18
+ - " --version=main "
19
19
- " --agent-in-mgmt-cluster=false"
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# 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
12
12
name : manager
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ spec:
23
23
- --shard-key={{.SHARD}}
24
24
- --capi-onboard-annotation=
25
25
- --v=5
26
- - --version=v0.57.1
26
+ - --version=main
27
27
- --agent-in-mgmt-cluster=false
28
28
command :
29
29
- /manager
30
- image : docker.io/projectsveltos/healthcheck-manager:v0.57.1
30
+ image : docker.io/projectsveltos/healthcheck-manager:main
31
31
livenessProbe :
32
32
failureThreshold : 3
33
33
httpGet :
Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ spec:
188
188
- --shard-key=
189
189
- --capi-onboard-annotation=
190
190
- --v=5
191
- - --version=v0.57.1
191
+ - --version=main
192
192
- --agent-in-mgmt-cluster=false
193
193
command :
194
194
- /manager
195
- image : docker.io/projectsveltos/healthcheck-manager:v0.57.1
195
+ image : docker.io/projectsveltos/healthcheck-manager:main
196
196
livenessProbe :
197
197
failureThreshold : 3
198
198
httpGet :
Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ spec:
175
175
- --cluster-namespace=
176
176
- --cluster-name=
177
177
- --cluster-type=
178
- - --version=v0.57.1
178
+ - --version=main
179
179
- --current-cluster=managed-cluster
180
180
- --run-mode=do-not-send-reports
181
181
command :
182
182
- /manager
183
- image : docker.io/projectsveltos/sveltos-agent:v0.57.1
183
+ image : docker.io/projectsveltos/sveltos-agent:main
184
184
livenessProbe :
185
185
failureThreshold : 3
186
186
httpGet :
You can’t perform that action at this time.
0 commit comments