From 439bebc8ea2992a67f8df1540d73ccbd24b70f0f Mon Sep 17 00:00:00 2001 From: mgianluc Date: Fri, 15 Nov 2024 12:54:01 +0100 Subject: [PATCH 1/3] (chore) update release tag --- Makefile | 2 +- config/default/manager_auth_proxy_patch.yaml | 2 +- config/default/manager_image_patch.yaml | 2 +- manifest/deployment-agentless.yaml | 4 ++-- manifest/deployment-shard.yaml | 4 ++-- manifest/manifest.yaml | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.go | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.yaml | 4 ++-- pkg/drift-detection/drift-detection-manager.go | 4 ++-- pkg/drift-detection/drift-detection-manager.yaml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 422d5991..e4a73d18 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ARCH ?= $(shell go env GOARCH) 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.42.0 .PHONY: all all: build diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index a1640b7b..ff5b6ea0 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -15,7 +15,7 @@ spec: - "--report-mode=0" - --shard-key= - "--v=5" - - "--version=main" + - "--version=v0.42.0" env: - name: GOMEMLIMIT valueFrom: diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 79fda7a5..5e3809f0 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/addon-controller:main + - image: docker.io/projectsveltos/addon-controller:v0.42.0 name: controller diff --git a/manifest/deployment-agentless.yaml b/manifest/deployment-agentless.yaml index 3d5f5a1a..6cc48d09 100644 --- a/manifest/deployment-agentless.yaml +++ b/manifest/deployment-agentless.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --agent-in-mgmt-cluster - --v=5 - - --version=main + - --version=v0.42.0 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:main + image: docker.io/projectsveltos/addon-controller:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/deployment-shard.yaml b/manifest/deployment-shard.yaml index 6428ba0e..a6b25dc2 100644 --- a/manifest/deployment-shard.yaml +++ b/manifest/deployment-shard.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --shard-key={{.SHARD}} - --v=5 - - --version=main + - --version=v0.42.0 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:main + image: docker.io/projectsveltos/addon-controller:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index aeef13f5..932323f7 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -8424,7 +8424,7 @@ spec: - --report-mode=0 - --shard-key= - --v=5 - - --version=main + - --version=v0.42.0 command: - /manager env: @@ -8436,7 +8436,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:main + image: docker.io/projectsveltos/addon-controller:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go index 5150b275..e92df1cc 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go @@ -44,10 +44,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=main + - --version=v0.42.0 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:main + image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml index b1a71cf6..e525cdd4 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml @@ -26,10 +26,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=main + - --version=v0.42.0 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:main + image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.go b/pkg/drift-detection/drift-detection-manager.go index f1484833..bb56cc05 100644 --- a/pkg/drift-detection/drift-detection-manager.go +++ b/pkg/drift-detection/drift-detection-manager.go @@ -138,10 +138,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=main + - --version=v0.42.0 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:main + image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.yaml b/pkg/drift-detection/drift-detection-manager.yaml index cefaf92f..b4a6b21f 100644 --- a/pkg/drift-detection/drift-detection-manager.yaml +++ b/pkg/drift-detection/drift-detection-manager.yaml @@ -120,10 +120,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=main + - --version=v0.42.0 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:main + image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 livenessProbe: failureThreshold: 3 httpGet: From fe857e105a7a02ab864ed787c8308b4200031acf Mon Sep 17 00:00:00 2001 From: mgianluc Date: Fri, 22 Nov 2024 09:57:58 +0100 Subject: [PATCH 2/3] Prepare for release v0.42.1 --- Makefile | 2 +- config/default/manager_auth_proxy_patch.yaml | 2 +- config/default/manager_image_patch.yaml | 2 +- go.mod | 6 +++--- go.sum | 12 ++++++------ manifest/deployment-agentless.yaml | 4 ++-- manifest/deployment-shard.yaml | 4 ++-- manifest/manifest.yaml | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.go | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.yaml | 4 ++-- pkg/drift-detection/drift-detection-manager.go | 4 ++-- pkg/drift-detection/drift-detection-manager.yaml | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Makefile b/Makefile index 05c75bb4..2108d7e0 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ OS ?= $(shell uname -s) OS := $(shell echo $(OS) | tr '[:upper:]' '[:lower:]') K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v0.42.0 +TAG ?= v0.42.1 .PHONY: all all: build diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index ff5b6ea0..c753afe6 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -15,7 +15,7 @@ spec: - "--report-mode=0" - --shard-key= - "--v=5" - - "--version=v0.42.0" + - "--version=v0.42.1" env: - name: GOMEMLIMIT valueFrom: diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 5e3809f0..5cf3d0ca 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/addon-controller:v0.42.0 + - image: docker.io/projectsveltos/addon-controller:v0.42.1 name: controller diff --git a/go.mod b/go.mod index 2601c255..b89bcba4 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/onsi/ginkgo/v2 v2.22.0 github.com/onsi/gomega v1.35.1 github.com/pkg/errors v0.9.1 - github.com/projectsveltos/libsveltos v0.42.0 + github.com/projectsveltos/libsveltos v0.42.1 github.com/prometheus/client_golang v1.20.5 github.com/spf13/pflag v1.0.5 github.com/yuin/gopher-lua v1.1.1 @@ -32,7 +32,7 @@ require ( k8s.io/klog/v2 v2.130.1 k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 sigs.k8s.io/cluster-api v1.8.5 - sigs.k8s.io/controller-runtime v0.19.1 + sigs.k8s.io/controller-runtime v0.19.2 sigs.k8s.io/kustomize/api v0.18.0 sigs.k8s.io/kustomize/kyaml v0.18.1 ) @@ -182,7 +182,7 @@ require ( k8s.io/apiserver v0.31.3 // indirect k8s.io/cluster-bootstrap v0.31.1 // indirect k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect - k8s.io/kubectl v0.31.2 // indirect + k8s.io/kubectl v0.31.3 // indirect oras.land/oras-go v1.2.6 // indirect sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect diff --git a/go.sum b/go.sum index 4831ba64..6e31349d 100644 --- a/go.sum +++ b/go.sum @@ -324,8 +324,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY= github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg= -github.com/projectsveltos/libsveltos v0.42.0 h1:U+mFYi2K4IPY1rvpg4jAPBqG4PaznUK4huo/xnFk7jc= -github.com/projectsveltos/libsveltos v0.42.0/go.mod h1:DvifWRZuPtGKi4oGzQzcGe8XBKlzIlx2DcaoukAio+M= +github.com/projectsveltos/libsveltos v0.42.1 h1:B7c8cF+vhR5AZJT8D4h19PSJfZqWUCR3CKEDUf032JI= +github.com/projectsveltos/libsveltos v0.42.1/go.mod h1:XPev2TKsMxVG5LwhbbMkcCs/U0730ZMmOXIvu2HEtWo= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g= @@ -559,8 +559,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 h1:MErs8YA0abvOqJ8gIupA1Tz6PKXYUw34XsGlA7uSL1k= k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094/go.mod h1:7ioBJr1A6igWjsR2fxq2EZ0mlMwYLejazSIc2bzMp2U= -k8s.io/kubectl v0.31.2 h1:gTxbvRkMBwvTSAlobiTVqsH6S8Aa1aGyBcu5xYLsn8M= -k8s.io/kubectl v0.31.2/go.mod h1:EyASYVU6PY+032RrTh5ahtSOMgoDRIux9V1JLKtG5xM= +k8s.io/kubectl v0.31.3 h1:3r111pCjPsvnR98oLLxDMwAeM6OPGmPty6gSKaLTQes= +k8s.io/kubectl v0.31.3/go.mod h1:lhMECDCbJN8He12qcKqs2QfmVo9Pue30geovBVpH5fs= k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 h1:jGnCPejIetjiy2gqaJ5V0NLwTpF4wbQ6cZIItJCSHno= k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk= @@ -569,8 +569,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 h1:2770sDpzrjjsA sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3/go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw= sigs.k8s.io/cluster-api v1.8.5 h1:lNA2fPN4fkXEs+oOQlnwxT/4VwRFBpv5kkSoJG8nqBA= sigs.k8s.io/cluster-api v1.8.5/go.mod h1:pXv5LqLxuIbhGIXykyNKiJh+KrLweSBajVHHitPLyoY= -sigs.k8s.io/controller-runtime v0.19.1 h1:Son+Q40+Be3QWb+niBXAg2vFiYWolDjjRfO8hn/cxOk= -sigs.k8s.io/controller-runtime v0.19.1/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4= +sigs.k8s.io/controller-runtime v0.19.2 h1:3sPrF58XQEPzbE8T81TN6selQIMGbtYwuaJ6eDssDF8= +sigs.k8s.io/controller-runtime v0.19.2/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/kustomize/api v0.18.0 h1:hTzp67k+3NEVInwz5BHyzc9rGxIauoXferXyjv5lWPo= diff --git a/manifest/deployment-agentless.yaml b/manifest/deployment-agentless.yaml index 6cc48d09..5d4d9431 100644 --- a/manifest/deployment-agentless.yaml +++ b/manifest/deployment-agentless.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --agent-in-mgmt-cluster - --v=5 - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.0 + image: docker.io/projectsveltos/addon-controller:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/deployment-shard.yaml b/manifest/deployment-shard.yaml index a6b25dc2..97e14488 100644 --- a/manifest/deployment-shard.yaml +++ b/manifest/deployment-shard.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --shard-key={{.SHARD}} - --v=5 - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.0 + image: docker.io/projectsveltos/addon-controller:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 932323f7..2d8e1037 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -8424,7 +8424,7 @@ spec: - --report-mode=0 - --shard-key= - --v=5 - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager env: @@ -8436,7 +8436,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.0 + image: docker.io/projectsveltos/addon-controller:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go index e92df1cc..181f4022 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go @@ -44,10 +44,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml index e525cdd4..dd85e76e 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml @@ -26,10 +26,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.go b/pkg/drift-detection/drift-detection-manager.go index bb56cc05..75cc19cc 100644 --- a/pkg/drift-detection/drift-detection-manager.go +++ b/pkg/drift-detection/drift-detection-manager.go @@ -138,10 +138,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.yaml b/pkg/drift-detection/drift-detection-manager.yaml index b4a6b21f..e0dadebd 100644 --- a/pkg/drift-detection/drift-detection-manager.yaml +++ b/pkg/drift-detection/drift-detection-manager.yaml @@ -120,10 +120,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=v0.42.0 + - --version=v0.42.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 livenessProbe: failureThreshold: 3 httpGet: From 8fa15ef67599373cd3a1ab856663e3a7b8bec280 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Sun, 1 Dec 2024 09:45:28 +0100 Subject: [PATCH 3/3] Reset tag --- Makefile | 2 +- config/default/manager_auth_proxy_patch.yaml | 2 +- config/default/manager_image_patch.yaml | 2 +- manifest/deployment-agentless.yaml | 4 ++-- manifest/deployment-shard.yaml | 4 ++-- manifest/manifest.yaml | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.go | 4 ++-- .../drift-detection-manager-in-mgmt-cluster.yaml | 4 ++-- pkg/drift-detection/drift-detection-manager.go | 4 ++-- pkg/drift-detection/drift-detection-manager.yaml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 2108d7e0..4edb6836 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ OS ?= $(shell uname -s) OS := $(shell echo $(OS) | tr '[:upper:]' '[:lower:]') K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v0.42.1 +TAG ?= main .PHONY: all all: build diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index c753afe6..a1640b7b 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -15,7 +15,7 @@ spec: - "--report-mode=0" - --shard-key= - "--v=5" - - "--version=v0.42.1" + - "--version=main" env: - name: GOMEMLIMIT valueFrom: diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 5cf3d0ca..79fda7a5 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/addon-controller:v0.42.1 + - image: docker.io/projectsveltos/addon-controller:main name: controller diff --git a/manifest/deployment-agentless.yaml b/manifest/deployment-agentless.yaml index 5d4d9431..3d5f5a1a 100644 --- a/manifest/deployment-agentless.yaml +++ b/manifest/deployment-agentless.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --agent-in-mgmt-cluster - --v=5 - - --version=v0.42.1 + - --version=main command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.1 + image: docker.io/projectsveltos/addon-controller:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/deployment-shard.yaml b/manifest/deployment-shard.yaml index 97e14488..6428ba0e 100644 --- a/manifest/deployment-shard.yaml +++ b/manifest/deployment-shard.yaml @@ -23,7 +23,7 @@ spec: - --report-mode=0 - --shard-key={{.SHARD}} - --v=5 - - --version=v0.42.1 + - --version=main command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.1 + image: docker.io/projectsveltos/addon-controller:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 7f8b0c9a..e250b82d 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -8428,7 +8428,7 @@ spec: - --report-mode=0 - --shard-key= - --v=5 - - --version=v0.42.1 + - --version=main command: - /manager env: @@ -8440,7 +8440,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.42.1 + image: docker.io/projectsveltos/addon-controller:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go index 181f4022..5150b275 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go @@ -44,10 +44,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=v0.42.1 + - --version=main command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 + image: docker.io/projectsveltos/drift-detection-manager:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml index dd85e76e..b1a71cf6 100644 --- a/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml +++ b/pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml @@ -26,10 +26,10 @@ spec: - --cluster-type= - --current-cluster=management-cluster - --run-mode=do-not-send-updates - - --version=v0.42.1 + - --version=main command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 + image: docker.io/projectsveltos/drift-detection-manager:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.go b/pkg/drift-detection/drift-detection-manager.go index 75cc19cc..f1484833 100644 --- a/pkg/drift-detection/drift-detection-manager.go +++ b/pkg/drift-detection/drift-detection-manager.go @@ -138,10 +138,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=v0.42.1 + - --version=main command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 + image: docker.io/projectsveltos/drift-detection-manager:main livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.yaml b/pkg/drift-detection/drift-detection-manager.yaml index e0dadebd..cefaf92f 100644 --- a/pkg/drift-detection/drift-detection-manager.yaml +++ b/pkg/drift-detection/drift-detection-manager.yaml @@ -120,10 +120,10 @@ spec: - --cluster-type= - --current-cluster=managed-cluster - --run-mode=do-not-send-updates - - --version=v0.42.1 + - --version=main command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.42.1 + image: docker.io/projectsveltos/drift-detection-manager:main livenessProbe: failureThreshold: 3 httpGet: