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.56.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.56.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.56.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.56.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:c64d409fb2625b506559c7b9dc65b68ef569e36a3880e6f13102383d37a33e1d
image: docker.io/projectsveltos/addon-controller@sha256:323de80e99142e726f595fff9cafed7bb04c0b064dd112257484d81138bd9066
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.56.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:c64d409fb2625b506559c7b9dc65b68ef569e36a3880e6f13102383d37a33e1d
image: docker.io/projectsveltos/addon-controller@sha256:323de80e99142e726f595fff9cafed7bb04c0b064dd112257484d81138bd9066
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.56.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:396d893cd59b662e633535d5c0db0b6390805aa1abc193ac38f593a8ea03c9bc
image: docker.io/projectsveltos/classifier@sha256:9301442022ee14d621dd88854b91690edb413c59f8d0ed3ef21fbb8ee6492e3e
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.56.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:396d893cd59b662e633535d5c0db0b6390805aa1abc193ac38f593a8ea03c9bc
image: docker.io/projectsveltos/classifier@sha256:9301442022ee14d621dd88854b91690edb413c59f8d0ed3ef21fbb8ee6492e3e
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.56.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:accc6ca0b11d487baa9eb0c4d814ca49a5081636535a92f25b0071f198f057f9
image: docker.io/projectsveltos/event-manager@sha256:5d2a05451cd6db23e8d3abcc20eaa480b419acd550c3069c3ba89fba21dcecb2
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.56.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:accc6ca0b11d487baa9eb0c4d814ca49a5081636535a92f25b0071f198f057f9
image: docker.io/projectsveltos/event-manager@sha256:5d2a05451cd6db23e8d3abcc20eaa480b419acd550c3069c3ba89fba21dcecb2
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.56.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:4f4e3104024b24a042a188636f330d8b33f4886d14fa6624aa85cd9ab71428f3
image: docker.io/projectsveltos/healthcheck-manager@sha256:b5eae0d9a85a005aaf54152790dde363fc9c246f5ee8d52c402e8f0d2403d339
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.56.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:4f4e3104024b24a042a188636f330d8b33f4886d14fa6624aa85cd9ab71428f3
image: docker.io/projectsveltos/healthcheck-manager@sha256:b5eae0d9a85a005aaf54152790dde363fc9c246f5ee8d52c402e8f0d2403d339
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:c0dc96c0cde2a776b67bb66ff26f263c278988dc6980228782cdf77d7c09656c
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:b46224eb062eeb3bcb03199447788d2b2eddeb43a6ee9fcae1080eed62406cfd
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:c0dc96c0cde2a776b67bb66ff26f263c278988dc6980228782cdf77d7c09656c
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:b46224eb062eeb3bcb03199447788d2b2eddeb43a6ee9fcae1080eed62406cfd
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down