Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.55.0

## Tool Binaries
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
Expand Down
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/shard-controller:main
- image: docker.io/projectsveltos/shard-controller:v0.55.0
name: manager
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/shard-controller:main
image: docker.io/projectsveltos/shard-controller:v0.55.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/ac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
Expand All @@ -37,7 +37,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller@sha256:059219923cbc56fbb30c25deec80bf4019157d81c19d634affbb404abb00d210
image: docker.io/projectsveltos/addon-controller@sha256:6cff8e1ac99fdb98763281ef07a4f222764089d49c565b674c8ce2ebcd4011fb
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/addon-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
Expand All @@ -55,7 +55,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller@sha256:059219923cbc56fbb30c25deec80bf4019157d81c19d634affbb404abb00d210
image: docker.io/projectsveltos/addon-controller@sha256:6cff8e1ac99fdb98763281ef07a4f222764089d49c565b674c8ce2ebcd4011fb
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:b7a07c1b9afdd073bc6806d96e43f20dd01d3213a4d4a4355e93c677a0e9c402
image: docker.io/projectsveltos/classifier@sha256:2087ec38185a3b52bdf08805f69b3ce2fbd5da9f85c47bdf7e5db519fe3ce38b
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:b7a07c1b9afdd073bc6806d96e43f20dd01d3213a4d4a4355e93c677a0e9c402
image: docker.io/projectsveltos/classifier@sha256:2087ec38185a3b52bdf08805f69b3ce2fbd5da9f85c47bdf7e5db519fe3ce38b
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:90bb6038155c4f88d77da4b606ebb266c6b0f72b950cc4b2fee45a14de7b08e4
image: docker.io/projectsveltos/event-manager@sha256:8b99d34e51d9ce12bde0f70bc39a8b4aaa53190e188bc9b248801ffd2965a20a
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/event-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:90bb6038155c4f88d77da4b606ebb266c6b0f72b950cc4b2fee45a14de7b08e4
image: docker.io/projectsveltos/event-manager@sha256:8b99d34e51d9ce12bde0f70bc39a8b4aaa53190e188bc9b248801ffd2965a20a
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/healthcheck-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:9f8f60a5f66d15b998c730706c031d993bda55277e4942a008d4000601c2eb8a
image: docker.io/projectsveltos/healthcheck-manager@sha256:3a91761cc3981b8caf10ace7a4d02a90174979107767fe9098338a2507e3d2b6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/hm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=main
- --version=v0.55.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:9f8f60a5f66d15b998c730706c031d993bda55277e4942a008d4000601c2eb8a
image: docker.io/projectsveltos/healthcheck-manager@sha256:3a91761cc3981b8caf10ace7a4d02a90174979107767fe9098338a2507e3d2b6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:ff1f0ab163e3ab1705233407395383d39a02aa7bc66e7b3ae9fb07c3437ef282
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:9c09b459bba658a2979aaaef7342fcd53f37bdab44753212aa392657c096671d
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sveltoscluster-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:ff1f0ab163e3ab1705233407395383d39a02aa7bc66e7b3ae9fb07c3437ef282
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:9c09b459bba658a2979aaaef7342fcd53f37bdab44753212aa392657c096671d
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down