diff --git a/Makefile b/Makefile index f07231a..f9bc011 100644 --- a/Makefile +++ b/Makefile @@ -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.57.1 ## Tool Binaries CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index f338475..22f74f2 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -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.57.1 name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 8a1248c..609d447 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -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.57.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/ac.yaml b/pkg/sharding/ac.yaml index 8494574..95a0d4d 100644 --- a/pkg/sharding/ac.yaml +++ b/pkg/sharding/ac.yaml @@ -24,7 +24,7 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager @@ -37,7 +37,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller@sha256:d7b5d0b52c74033f31732463e520d42c162e9df7592f6c896ada3dd1914542b0 + image: docker.io/projectsveltos/addon-controller@sha256:dae06a2da8ea77712fbad0d5d57e8c7904ba01710d3845428f4fd9722c474a92 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/addon-controller.go b/pkg/sharding/addon-controller.go index 1c47436..879f574 100644 --- a/pkg/sharding/addon-controller.go +++ b/pkg/sharding/addon-controller.go @@ -42,7 +42,7 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager @@ -55,7 +55,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller@sha256:d7b5d0b52c74033f31732463e520d42c162e9df7592f6c896ada3dd1914542b0 + image: docker.io/projectsveltos/addon-controller@sha256:dae06a2da8ea77712fbad0d5d57e8c7904ba01710d3845428f4fd9722c474a92 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/classifier.go b/pkg/sharding/classifier.go index 767e9e9..24aa413 100644 --- a/pkg/sharding/classifier.go +++ b/pkg/sharding/classifier.go @@ -42,12 +42,12 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --registry= - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/classifier@sha256:b16cb964d8f335f346ce917ef3de9cf4c45021a23d09041a9aafa2b4e1198e4d + image: docker.io/projectsveltos/classifier@sha256:17bc46cc382201eefb1d610cfea0d272d9149952c77f8fb8a6fff6eafaac9284 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/classifier.yaml b/pkg/sharding/classifier.yaml index 6d8fa88..fea83ad 100644 --- a/pkg/sharding/classifier.yaml +++ b/pkg/sharding/classifier.yaml @@ -24,12 +24,12 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --registry= - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/classifier@sha256:b16cb964d8f335f346ce917ef3de9cf4c45021a23d09041a9aafa2b4e1198e4d + image: docker.io/projectsveltos/classifier@sha256:17bc46cc382201eefb1d610cfea0d272d9149952c77f8fb8a6fff6eafaac9284 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/em.yaml b/pkg/sharding/em.yaml index 140828e..1bf1e20 100644 --- a/pkg/sharding/em.yaml +++ b/pkg/sharding/em.yaml @@ -23,11 +23,11 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/event-manager@sha256:a5a78d444c3582b79fa36a3bd31638d7efd7715f517e7361f6ac8bcc29497fe3 + image: docker.io/projectsveltos/event-manager@sha256:5e903c27423cbac771350bbc5ccbbbd9bf4f4981bd25aa26bafc6afc9a2569e0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/event-manager.go b/pkg/sharding/event-manager.go index 530c3b4..321a56b 100644 --- a/pkg/sharding/event-manager.go +++ b/pkg/sharding/event-manager.go @@ -41,11 +41,11 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/event-manager@sha256:a5a78d444c3582b79fa36a3bd31638d7efd7715f517e7361f6ac8bcc29497fe3 + image: docker.io/projectsveltos/event-manager@sha256:5e903c27423cbac771350bbc5ccbbbd9bf4f4981bd25aa26bafc6afc9a2569e0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/healthcheck-manager.go b/pkg/sharding/healthcheck-manager.go index 4a961f3..f1daf8d 100644 --- a/pkg/sharding/healthcheck-manager.go +++ b/pkg/sharding/healthcheck-manager.go @@ -41,11 +41,11 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/healthcheck-manager@sha256:b5143383121c14bf9368a7e00483964e9cecdb29fe29fcf37f2f67d90aab87df + image: docker.io/projectsveltos/healthcheck-manager@sha256:2a1b2f18e9616e5162032fa0eb9d8d33ce0318f1b65492b1596dc4efcd61eb7a livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/hm.yaml b/pkg/sharding/hm.yaml index 1a6d917..dc5ce65 100644 --- a/pkg/sharding/hm.yaml +++ b/pkg/sharding/hm.yaml @@ -23,11 +23,11 @@ spec: - --shard-key={{.SHARD}} - --capi-onboard-annotation= - --v=5 - - --version=main + - --version=v0.57.1 - --agent-in-mgmt-cluster=false command: - /manager - image: docker.io/projectsveltos/healthcheck-manager@sha256:b5143383121c14bf9368a7e00483964e9cecdb29fe29fcf37f2f67d90aab87df + image: docker.io/projectsveltos/healthcheck-manager@sha256:2a1b2f18e9616e5162032fa0eb9d8d33ce0318f1b65492b1596dc4efcd61eb7a livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/sc.yaml b/pkg/sharding/sc.yaml index 21a52b8..5fc4bb4 100644 --- a/pkg/sharding/sc.yaml +++ b/pkg/sharding/sc.yaml @@ -24,7 +24,7 @@ spec: - --v=5 command: - /manager - image: docker.io/projectsveltos/sveltoscluster-manager@sha256:e9ddebc6c249e501364e761e8d7d42f851259ccc09d16d78172caf4c7a6c42ed + image: docker.io/projectsveltos/sveltoscluster-manager@sha256:dfbb91c68553b12ad63ce5ef0ad5765ea1c82aee860b310c95893b28fbca52b3 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/sharding/sveltoscluster-manager.go b/pkg/sharding/sveltoscluster-manager.go index 10f0a69..7aa8b4e 100644 --- a/pkg/sharding/sveltoscluster-manager.go +++ b/pkg/sharding/sveltoscluster-manager.go @@ -42,7 +42,7 @@ spec: - --v=5 command: - /manager - image: docker.io/projectsveltos/sveltoscluster-manager@sha256:e9ddebc6c249e501364e761e8d7d42f851259ccc09d16d78172caf4c7a6c42ed + image: docker.io/projectsveltos/sveltoscluster-manager@sha256:dfbb91c68553b12ad63ce5ef0ad5765ea1c82aee860b310c95893b28fbca52b3 livenessProbe: failureThreshold: 3 httpGet: