Skip to content

Commit 5468be1

Browse files
committed
(chore) reset tag
1 parent 37d3547 commit 5468be1

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.52.3
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.52.3"
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.52.3
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.52.3
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.52.3
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.52.3
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.52.3
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
@@ -5173,7 +5173,7 @@ spec:
51735173
- --shard-key=
51745174
- --capi-onboard-annotation=
51755175
- --v=5
5176-
- --version=v0.52.3
5176+
- --version=main
51775177
- --agent-in-mgmt-cluster=false
51785178
command:
51795179
- /manager
@@ -5186,7 +5186,7 @@ spec:
51865186
valueFrom:
51875187
resourceFieldRef:
51885188
resource: limits.cpu
5189-
image: docker.io/projectsveltos/addon-controller:v0.52.3
5189+
image: docker.io/projectsveltos/addon-controller:main
51905190
livenessProbe:
51915191
failureThreshold: 3
51925192
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.52.3
47+
- --version=main
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/drift-detection-manager@sha256:7b4fd48070fb1cd0faf859c177c6d63a5aad6d1a64a1aa45d794a98352908d73
50+
image: docker.io/projectsveltos/drift-detection-manager@sha256:4d516e5bde2982489541282f90224339c75bd173a2463dd97d36039edb10445a
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.52.3
29+
- --version=main
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/drift-detection-manager@sha256:7b4fd48070fb1cd0faf859c177c6d63a5aad6d1a64a1aa45d794a98352908d73
32+
image: docker.io/projectsveltos/drift-detection-manager@sha256:4d516e5bde2982489541282f90224339c75bd173a2463dd97d36039edb10445a
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.52.3
141+
- --version=main
142142
command:
143143
- /manager
144-
image: docker.io/projectsveltos/drift-detection-manager@sha256:7b4fd48070fb1cd0faf859c177c6d63a5aad6d1a64a1aa45d794a98352908d73
144+
image: docker.io/projectsveltos/drift-detection-manager@sha256:4d516e5bde2982489541282f90224339c75bd173a2463dd97d36039edb10445a
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.52.3
123+
- --version=main
124124
command:
125125
- /manager
126-
image: docker.io/projectsveltos/drift-detection-manager@sha256:7b4fd48070fb1cd0faf859c177c6d63a5aad6d1a64a1aa45d794a98352908d73
126+
image: docker.io/projectsveltos/drift-detection-manager@sha256:4d516e5bde2982489541282f90224339c75bd173a2463dd97d36039edb10445a
127127
livenessProbe:
128128
failureThreshold: 3
129129
httpGet:

0 commit comments

Comments
 (0)