Skip to content

Commit a40b167

Browse files
committed
(chore) reset tag
1 parent d2e9fd0 commit a40b167

10 files changed

Lines changed: 17 additions & 17 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OS ?= $(shell uname -s)
2727
OS := $(shell echo $(OS) | tr '[:upper:]' '[:lower:]')
2828
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2929
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
30-
TAG ?= v0.53.0
30+
TAG ?= main
3131

3232
.PHONY: all
3333
all: build

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- --shard-key=
1717
- --capi-onboard-annotation=
1818
- "--v=5"
19-
- "--version=v0.53.0"
19+
- "--version=main"
2020
- "--agent-in-mgmt-cluster=false"
2121
env:
2222
- name: GOMEMLIMIT

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: docker.io/projectsveltos/addon-controller:v0.53.0
11+
- image: docker.io/projectsveltos/addon-controller:main
1212
name: controller

manifest/deployment-agentless.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --shard-key=
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=v0.53.0
27+
- --version=main
2828
- --agent-in-mgmt-cluster=true
2929
command:
3030
- /manager
@@ -37,7 +37,7 @@ spec:
3737
valueFrom:
3838
resourceFieldRef:
3939
resource: limits.cpu
40-
image: docker.io/projectsveltos/addon-controller:v0.53.0
40+
image: docker.io/projectsveltos/addon-controller:main
4141
livenessProbe:
4242
failureThreshold: 3
4343
httpGet:

manifest/deployment-shard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --shard-key={{.SHARD}}
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=v0.53.0
27+
- --version=main
2828
- --agent-in-mgmt-cluster=false
2929
command:
3030
- /manager
@@ -37,7 +37,7 @@ spec:
3737
valueFrom:
3838
resourceFieldRef:
3939
resource: limits.cpu
40-
image: docker.io/projectsveltos/addon-controller:v0.53.0
40+
image: docker.io/projectsveltos/addon-controller:main
4141
livenessProbe:
4242
failureThreshold: 3
4343
httpGet:

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5176,7 +5176,7 @@ spec:
51765176
- --shard-key=
51775177
- --capi-onboard-annotation=
51785178
- --v=5
5179-
- --version=v0.53.0
5179+
- --version=main
51805180
- --agent-in-mgmt-cluster=false
51815181
command:
51825182
- /manager
@@ -5189,7 +5189,7 @@ spec:
51895189
valueFrom:
51905190
resourceFieldRef:
51915191
resource: limits.cpu
5192-
image: docker.io/projectsveltos/addon-controller:v0.53.0
5192+
image: docker.io/projectsveltos/addon-controller:main
51935193
livenessProbe:
51945194
failureThreshold: 3
51955195
httpGet:

pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
- --cluster-type=
4545
- --current-cluster=management-cluster
4646
- --run-mode=do-not-send-updates
47-
- --version=v0.53.0
47+
- --version=main
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/drift-detection-manager@sha256:cb156a4f7d9740d92b529d37f8c856d7cfa5fd2a997b19971287ff82ba34f3b0
50+
image: docker.io/projectsveltos/drift-detection-manager@sha256:04abc2d680773bee9e8c8a9a5650a0192c58f9ccc742e11fde8cfc4fa3ae1422
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

pkg/drift-detection/drift-detection-manager-in-mgmt-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ spec:
2626
- --cluster-type=
2727
- --current-cluster=management-cluster
2828
- --run-mode=do-not-send-updates
29-
- --version=v0.53.0
29+
- --version=main
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/drift-detection-manager@sha256:cb156a4f7d9740d92b529d37f8c856d7cfa5fd2a997b19971287ff82ba34f3b0
32+
image: docker.io/projectsveltos/drift-detection-manager@sha256:04abc2d680773bee9e8c8a9a5650a0192c58f9ccc742e11fde8cfc4fa3ae1422
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

pkg/drift-detection/drift-detection-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ spec:
138138
- --cluster-type=
139139
- --current-cluster=managed-cluster
140140
- --run-mode=do-not-send-updates
141-
- --version=v0.53.0
141+
- --version=main
142142
command:
143143
- /manager
144-
image: docker.io/projectsveltos/drift-detection-manager@sha256:cb156a4f7d9740d92b529d37f8c856d7cfa5fd2a997b19971287ff82ba34f3b0
144+
image: docker.io/projectsveltos/drift-detection-manager@sha256:04abc2d680773bee9e8c8a9a5650a0192c58f9ccc742e11fde8cfc4fa3ae1422
145145
livenessProbe:
146146
failureThreshold: 3
147147
httpGet:

pkg/drift-detection/drift-detection-manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ spec:
120120
- --cluster-type=
121121
- --current-cluster=managed-cluster
122122
- --run-mode=do-not-send-updates
123-
- --version=v0.53.0
123+
- --version=main
124124
command:
125125
- /manager
126-
image: docker.io/projectsveltos/drift-detection-manager@sha256:cb156a4f7d9740d92b529d37f8c856d7cfa5fd2a997b19971287ff82ba34f3b0
126+
image: docker.io/projectsveltos/drift-detection-manager@sha256:04abc2d680773bee9e8c8a9a5650a0192c58f9ccc742e11fde8cfc4fa3ae1422
127127
livenessProbe:
128128
failureThreshold: 3
129129
httpGet:

0 commit comments

Comments
 (0)