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 @@ -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 ?= v1.6.0
TAG ?= main

.PHONY: all
all: build
Expand Down
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 @@ -22,7 +22,7 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- "--v=5"
- "--version=v1.6.0"
- "--version=main"
- "--agent-in-mgmt-cluster=false"
env:
- name: GOMEMLIMIT
Expand Down
4 changes: 2 additions & 2 deletions config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
template:
spec:
initContainers:
- image: docker.io/projectsveltos/addon-controller:v1.6.0
- image: docker.io/projectsveltos/addon-controller:main
name: initialization
containers:
- image: docker.io/projectsveltos/addon-controller:v1.6.0
- image: docker.io/projectsveltos/addon-controller:main
name: controller
6 changes: 3 additions & 3 deletions manifest/deployment-agentless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- --v=5
- --version=v1.6.0
- --version=main
- --agent-in-mgmt-cluster=true
command:
- /manager
Expand All @@ -39,7 +39,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
env:
- name: IS_INITIALIZATION
value: "true"
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
name: initialization
securityContext:
runAsNonRoot: true
Expand Down
6 changes: 3 additions & 3 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=v1.6.0
- --version=main
- --agent-in-mgmt-cluster=false
command:
- /manager
Expand All @@ -39,7 +39,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
env:
- name: IS_INITIALIZATION
value: "true"
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
name: initialization
securityContext:
runAsNonRoot: true
Expand Down
6 changes: 3 additions & 3 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7930,7 +7930,7 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- --v=5
- --version=v1.6.0
- --version=main
- --agent-in-mgmt-cluster=false
command:
- /manager
Expand All @@ -7943,7 +7943,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -7989,7 +7989,7 @@ spec:
env:
- name: IS_INITIALIZATION
value: "true"
image: docker.io/projectsveltos/addon-controller:v1.6.0
image: docker.io/projectsveltos/addon-controller:main
name: initialization
securityContext:
runAsNonRoot: true
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=v1.6.0
- --version=main
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
image: docker.io/projectsveltos/drift-detection-manager@sha256:1ae848af38303a45e56f3c66a64905fee1f8ea9fbaf475859425f430520d1d03
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=v1.6.0
- --version=main
command:
- /manager
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
image: docker.io/projectsveltos/drift-detection-manager@sha256:1ae848af38303a45e56f3c66a64905fee1f8ea9fbaf475859425f430520d1d03
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 @@ -146,7 +146,7 @@ spec:
- --cluster-type=
- --current-cluster=managed-cluster
- --run-mode=do-not-send-updates
- --version=v1.6.0
- --version=main
command:
- /manager
env:
Expand All @@ -158,7 +158,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
image: docker.io/projectsveltos/drift-detection-manager@sha256:1ae848af38303a45e56f3c66a64905fee1f8ea9fbaf475859425f430520d1d03
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 @@ -128,7 +128,7 @@ spec:
- --cluster-type=
- --current-cluster=managed-cluster
- --run-mode=do-not-send-updates
- --version=v1.6.0
- --version=main
command:
- /manager
env:
Expand All @@ -140,7 +140,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/drift-detection-manager@sha256:29d666e30ba9bfd32c0c23f0243ec4d9ece1232e33af84d0fd1fbda397b71d46
image: docker.io/projectsveltos/drift-detection-manager@sha256:1ae848af38303a45e56f3c66a64905fee1f8ea9fbaf475859425f430520d1d03
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down