diff --git a/Makefile b/Makefile index e1126383..fd43a5e3 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 ?= v0.41.0 +TAG ?= v0.41.1 .PHONY: all all: build diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index ddccef30..c33e4fb0 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.41.0" + - "--version=v0.41.1" env: - name: GOMEMLIMIT valueFrom: diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index ee6ba65c..9c04fadc 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.41.0 + - image: docker.io/projectsveltos/addon-controller:v0.41.1 name: controller diff --git a/manifest/deployment-agentless.yaml b/manifest/deployment-agentless.yaml index 5d33e89b..6e2edfdb 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.41.0 + - --version=v0.41.1 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.41.0 + image: docker.io/projectsveltos/addon-controller:v0.41.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/deployment-shard.yaml b/manifest/deployment-shard.yaml index 7ca57d1a..5ed5f92a 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.41.0 + - --version=v0.41.1 command: - /manager env: @@ -35,7 +35,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.41.0 + image: docker.io/projectsveltos/addon-controller:v0.41.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 57fcf5e0..c211f69a 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -8409,7 +8409,7 @@ spec: - --report-mode=0 - --shard-key= - --v=5 - - --version=v0.41.0 + - --version=v0.41.1 command: - /manager env: @@ -8421,7 +8421,7 @@ spec: valueFrom: resourceFieldRef: resource: limits.cpu - image: docker.io/projectsveltos/addon-controller:v0.41.0 + image: docker.io/projectsveltos/addon-controller:v0.41.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 07848a40..0df22374 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.41.0 + - --version=v0.41.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.41.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.41.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 ec165981..9499aeef 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.41.0 + - --version=v0.41.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.41.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.41.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.go b/pkg/drift-detection/drift-detection-manager.go index 0b99400e..71cd9704 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.41.0 + - --version=v0.41.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.41.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.41.1 livenessProbe: failureThreshold: 3 httpGet: diff --git a/pkg/drift-detection/drift-detection-manager.yaml b/pkg/drift-detection/drift-detection-manager.yaml index 44ebdde7..3affbfba 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.41.0 + - --version=v0.41.1 command: - /manager - image: docker.io/projectsveltos/drift-detection-manager:v0.41.0 + image: docker.io/projectsveltos/drift-detection-manager:v0.41.1 livenessProbe: failureThreshold: 3 httpGet: