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 ?= v1.2.0-beta.0
TAG ?= v1.2.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:v1.2.0-beta.0
- image: docker.io/projectsveltos/shard-controller:v1.2.0
name: manager
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/onsi/ginkgo/v2 v2.26.0
github.com/onsi/gomega v1.38.2
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v1.2.0-beta.0
github.com/projectsveltos/libsveltos v1.2.0
github.com/spf13/pflag v1.0.10
golang.org/x/text v0.30.0
k8s.io/api v0.34.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
github.com/projectsveltos/libsveltos v1.2.0-beta.0 h1:qqANKPEi8XUMfOnUMyHkY0Y3YXE9O4hjLrjU5GciOyI=
github.com/projectsveltos/libsveltos v1.2.0-beta.0/go.mod h1:n3s5Q0dSBANh26diRW3gcUafPD3iaFP3MRcD656Eo+U=
github.com/projectsveltos/libsveltos v1.2.0 h1:4EhpT+y11tbgKk4RPd88q9uHVKAB4hnuWtXTYI+72uM=
github.com/projectsveltos/libsveltos v1.2.0/go.mod h1:n3s5Q0dSBANh26diRW3gcUafPD3iaFP3MRcD656Eo+U=
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
Expand Down
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:v1.2.0-beta.0
image: docker.io/projectsveltos/shard-controller:v1.2.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=v1.2.0-beta.0
- --version=v1.2.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:d145018ea6e2fbca38da31f3c9b01bd92bf09ad4002051d7ff9026ee38315aae
image: docker.io/projectsveltos/addon-controller@sha256:87d1fa999f69f29d5dff58bb9de04af4dc5b4295dbe45ecfa5c9ac6c76ed8881
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=v1.2.0-beta.0
- --version=v1.2.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:d145018ea6e2fbca38da31f3c9b01bd92bf09ad4002051d7ff9026ee38315aae
image: docker.io/projectsveltos/addon-controller@sha256:87d1fa999f69f29d5dff58bb9de04af4dc5b4295dbe45ecfa5c9ac6c76ed8881
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=v1.2.0-beta.0
- --version=v1.2.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:3be770ec18cb72023ff57f110a908dfbff55a19c0a522a58dc08975416ceb04b
image: docker.io/projectsveltos/classifier@sha256:8bff62e37c15e79b893d201965aedcb4ea7b2dd6d00bea25732b3d44d2c282c6
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=v1.2.0-beta.0
- --version=v1.2.0
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier@sha256:3be770ec18cb72023ff57f110a908dfbff55a19c0a522a58dc08975416ceb04b
image: docker.io/projectsveltos/classifier@sha256:8bff62e37c15e79b893d201965aedcb4ea7b2dd6d00bea25732b3d44d2c282c6
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=v1.2.0-beta.0
- --version=v1.2.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:e72488c171157b7cf7671e566008c56571d3f41a5512940c7686b26f2721666c
image: docker.io/projectsveltos/event-manager@sha256:9dfd77cb4b944dcbac997fabe8f1862fb5a470a3fbe5234a8efdc843b521b2ba
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=v1.2.0-beta.0
- --version=v1.2.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/event-manager@sha256:e72488c171157b7cf7671e566008c56571d3f41a5512940c7686b26f2721666c
image: docker.io/projectsveltos/event-manager@sha256:9dfd77cb4b944dcbac997fabe8f1862fb5a470a3fbe5234a8efdc843b521b2ba
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=v1.2.0-beta.0
- --version=v1.2.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:ff30b6c6a385e31b4fb6c36bd4f287116add3cb086e4a224b1d11c7456565dd3
image: docker.io/projectsveltos/healthcheck-manager@sha256:4fe9c95972a3ec8bf5346d77fe576e476738670c6858fd63d256a1af948f47db
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=v1.2.0-beta.0
- --version=v1.2.0
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager@sha256:ff30b6c6a385e31b4fb6c36bd4f287116add3cb086e4a224b1d11c7456565dd3
image: docker.io/projectsveltos/healthcheck-manager@sha256:4fe9c95972a3ec8bf5346d77fe576e476738670c6858fd63d256a1af948f47db
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:a8a5c6db0884b6ebefb42b76dc9787b5244630c03f57549a1c22b97d7fe90ea0
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:6af40f453c695010c3a03a4ca1c4273ccd8c68f4929a185b03138c3b4f24b000
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:a8a5c6db0884b6ebefb42b76dc9787b5244630c03f57549a1c22b97d7fe90ea0
image: docker.io/projectsveltos/sveltoscluster-manager@sha256:6af40f453c695010c3a03a4ca1c4273ccd8c68f4929a185b03138c3b4f24b000
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down