Skip to content

Commit 14a7b0a

Browse files
committed
(chore) set tag to v0.57.1
1 parent 132ebb9 commit 14a7b0a

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

Makefile

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

4141
## Tool Binaries
4242
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen

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/shard-controller:main
11+
- image: docker.io/projectsveltos/shard-controller:v0.57.1
1212
name: manager

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
- --agent-in-mgmt-cluster=false
146146
command:
147147
- /manager
148-
image: docker.io/projectsveltos/shard-controller:main
148+
image: docker.io/projectsveltos/shard-controller:v0.57.1
149149
livenessProbe:
150150
failureThreshold: 3
151151
httpGet:

pkg/sharding/ac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --shard-key={{.SHARD}}
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=main
27+
- --version=v0.57.1
2828
- --agent-in-mgmt-cluster=false
2929
command:
3030
- /manager
@@ -37,7 +37,7 @@ spec:
3737
valueFrom:
3838
resourceFieldRef:
3939
resource: limits.cpu
40-
image: docker.io/projectsveltos/addon-controller@sha256:d7b5d0b52c74033f31732463e520d42c162e9df7592f6c896ada3dd1914542b0
40+
image: docker.io/projectsveltos/addon-controller@sha256:dae06a2da8ea77712fbad0d5d57e8c7904ba01710d3845428f4fd9722c474a92
4141
livenessProbe:
4242
failureThreshold: 3
4343
httpGet:

pkg/sharding/addon-controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- --shard-key={{.SHARD}}
4343
- --capi-onboard-annotation=
4444
- --v=5
45-
- --version=main
45+
- --version=v0.57.1
4646
- --agent-in-mgmt-cluster=false
4747
command:
4848
- /manager
@@ -55,7 +55,7 @@ spec:
5555
valueFrom:
5656
resourceFieldRef:
5757
resource: limits.cpu
58-
image: docker.io/projectsveltos/addon-controller@sha256:d7b5d0b52c74033f31732463e520d42c162e9df7592f6c896ada3dd1914542b0
58+
image: docker.io/projectsveltos/addon-controller@sha256:dae06a2da8ea77712fbad0d5d57e8c7904ba01710d3845428f4fd9722c474a92
5959
livenessProbe:
6060
failureThreshold: 3
6161
httpGet:

pkg/sharding/classifier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ spec:
4242
- --shard-key={{.SHARD}}
4343
- --capi-onboard-annotation=
4444
- --v=5
45-
- --version=main
45+
- --version=v0.57.1
4646
- --registry=
4747
- --agent-in-mgmt-cluster=false
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/classifier@sha256:b16cb964d8f335f346ce917ef3de9cf4c45021a23d09041a9aafa2b4e1198e4d
50+
image: docker.io/projectsveltos/classifier@sha256:17bc46cc382201eefb1d610cfea0d272d9149952c77f8fb8a6fff6eafaac9284
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

pkg/sharding/classifier.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
- --shard-key={{.SHARD}}
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=main
27+
- --version=v0.57.1
2828
- --registry=
2929
- --agent-in-mgmt-cluster=false
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier@sha256:b16cb964d8f335f346ce917ef3de9cf4c45021a23d09041a9aafa2b4e1198e4d
32+
image: docker.io/projectsveltos/classifier@sha256:17bc46cc382201eefb1d610cfea0d272d9149952c77f8fb8a6fff6eafaac9284
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

pkg/sharding/em.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=main
26+
- --version=v0.57.1
2727
- --agent-in-mgmt-cluster=false
2828
command:
2929
- /manager
30-
image: docker.io/projectsveltos/event-manager@sha256:a5a78d444c3582b79fa36a3bd31638d7efd7715f517e7361f6ac8bcc29497fe3
30+
image: docker.io/projectsveltos/event-manager@sha256:5e903c27423cbac771350bbc5ccbbbd9bf4f4981bd25aa26bafc6afc9a2569e0
3131
livenessProbe:
3232
failureThreshold: 3
3333
httpGet:

pkg/sharding/event-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- --shard-key={{.SHARD}}
4242
- --capi-onboard-annotation=
4343
- --v=5
44-
- --version=main
44+
- --version=v0.57.1
4545
- --agent-in-mgmt-cluster=false
4646
command:
4747
- /manager
48-
image: docker.io/projectsveltos/event-manager@sha256:a5a78d444c3582b79fa36a3bd31638d7efd7715f517e7361f6ac8bcc29497fe3
48+
image: docker.io/projectsveltos/event-manager@sha256:5e903c27423cbac771350bbc5ccbbbd9bf4f4981bd25aa26bafc6afc9a2569e0
4949
livenessProbe:
5050
failureThreshold: 3
5151
httpGet:

pkg/sharding/healthcheck-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- --shard-key={{.SHARD}}
4242
- --capi-onboard-annotation=
4343
- --v=5
44-
- --version=main
44+
- --version=v0.57.1
4545
- --agent-in-mgmt-cluster=false
4646
command:
4747
- /manager
48-
image: docker.io/projectsveltos/healthcheck-manager@sha256:b5143383121c14bf9368a7e00483964e9cecdb29fe29fcf37f2f67d90aab87df
48+
image: docker.io/projectsveltos/healthcheck-manager@sha256:2a1b2f18e9616e5162032fa0eb9d8d33ce0318f1b65492b1596dc4efcd61eb7a
4949
livenessProbe:
5050
failureThreshold: 3
5151
httpGet:

0 commit comments

Comments
 (0)