Skip to content

Commit

Permalink
Merge pull request #1017 from gianlucam76/release-0.47
Browse files Browse the repository at this point in the history
(chore) set tag to v0.47.0
  • Loading branch information
gianlucam76 authored Feb 10, 2025
2 parents a8c7099 + f7d2b7b commit ca72d81
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= main
TAG ?= v0.47.0

.PHONY: all
all: build
Expand Down Expand Up @@ -449,4 +449,4 @@ drift-detection-manager:
sed -i'' -e "s#image: docker.io/projectsveltos/drift-detection-manager:${TAG}#image: docker.io/projectsveltos/drift-detection-manager@${digest}#g" ./pkg/drift-detection/drift-detection-manager.yaml
curl -L https://raw.githubusercontent.com/projectsveltos/drift-detection-manager/$(TAG)/manifest/mgmt_cluster_manifest.yaml -o ./pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml
sed -i'' -e "s#image: docker.io/projectsveltos/drift-detection-manager:${TAG}#image: docker.io/projectsveltos/drift-detection-manager@${digest}#g" ./pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml
cd pkg/drift-detection; go generate
cd pkg/drift-detection; go generate
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- "--report-mode=0"
- --shard-key=
- "--v=5"
- "--version=main"
- "--version=v0.47.0"
env:
- name: GOMEMLIMIT
valueFrom:
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/addon-controller:main
- image: docker.io/projectsveltos/addon-controller:v0.47.0
name: controller
4 changes: 2 additions & 2 deletions manifest/deployment-agentless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --report-mode=0
- --agent-in-mgmt-cluster
- --v=5
- --version=main
- --version=v0.47.0
command:
- /manager
env:
Expand All @@ -35,7 +35,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:main
image: docker.io/projectsveltos/addon-controller:v0.47.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=main
- --version=v0.47.0
command:
- /manager
env:
Expand All @@ -35,7 +35,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:main
image: docker.io/projectsveltos/addon-controller:v0.47.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8489,7 +8489,7 @@ spec:
- --report-mode=0
- --shard-key=
- --v=5
- --version=main
- --version=v0.47.0
command:
- /manager
env:
Expand All @@ -8501,7 +8501,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:main
image: docker.io/projectsveltos/addon-controller:v0.47.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
- --cluster-type=
- --current-cluster=management-cluster
- --run-mode=do-not-send-updates
- --version=main
- --version=v0.47.0
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:1829deea95e034cb734b8218186d6528c5385505168a898d16ec3ac2deb6677b
image: docker.io/projectsveltos/drift-detection-manager@sha256:9ceaefe8af0ef3e451ba0ef862c2b73e3a0b65ffebcb47f55edec654f92552f0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
- --cluster-type=
- --current-cluster=management-cluster
- --run-mode=do-not-send-updates
- --version=main
- --version=v0.47.0
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:1829deea95e034cb734b8218186d6528c5385505168a898d16ec3ac2deb6677b
image: docker.io/projectsveltos/drift-detection-manager@sha256:9ceaefe8af0ef3e451ba0ef862c2b73e3a0b65ffebcb47f55edec654f92552f0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/drift-detection/drift-detection-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ spec:
- --cluster-type=
- --current-cluster=managed-cluster
- --run-mode=do-not-send-updates
- --version=main
- --version=v0.47.0
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:1829deea95e034cb734b8218186d6528c5385505168a898d16ec3ac2deb6677b
image: docker.io/projectsveltos/drift-detection-manager@sha256:9ceaefe8af0ef3e451ba0ef862c2b73e3a0b65ffebcb47f55edec654f92552f0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/drift-detection/drift-detection-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ spec:
- --cluster-type=
- --current-cluster=managed-cluster
- --run-mode=do-not-send-updates
- --version=main
- --version=v0.47.0
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:1829deea95e034cb734b8218186d6528c5385505168a898d16ec3ac2deb6677b
image: docker.io/projectsveltos/drift-detection-manager@sha256:9ceaefe8af0ef3e451ba0ef862c2b73e3a0b65ffebcb47f55edec654f92552f0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit ca72d81

Please sign in to comment.