Skip to content

Commit c5ecd0a

Browse files
authored
Merge pull request #191 from gianlucam76/reset-tag
(chore) reset tag
2 parents 2729301 + 55e0a7f commit c5ecd0a

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARCH ?= amd64
3636
OS ?= $(shell uname -s | tr A-Z a-z)
3737
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
3838
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
39-
TAG ?= v1.3.0
39+
TAG ?= main
4040

4141
## Tool Binaries
4242
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen

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/shard-controller:v1.3.0
11+
- image: docker.io/projectsveltos/shard-controller:main
1212
name: manager

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
- --agent-in-mgmt-cluster=false
146146
command:
147147
- /manager
148-
image: docker.io/projectsveltos/shard-controller:v1.3.0
148+
image: docker.io/projectsveltos/shard-controller:main
149149
livenessProbe:
150150
failureThreshold: 3
151151
httpGet:

pkg/sharding/ac.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=v1.3.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@sha256:0763d14be79222076518bac1eb240f9dfa5206f83678c9e162260241a11ca890
40+
image: docker.io/projectsveltos/addon-controller@sha256:78bf1692c31e789aa15afb75f444aec777a46f327ab00036d9fef4b612866cd1
4141
livenessProbe:
4242
failureThreshold: 3
4343
httpGet:

pkg/sharding/addon-controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- --shard-key={{.SHARD}}
4343
- --capi-onboard-annotation=
4444
- --v=5
45-
- --version=v1.3.0
45+
- --version=main
4646
- --agent-in-mgmt-cluster=false
4747
command:
4848
- /manager
@@ -55,7 +55,7 @@ spec:
5555
valueFrom:
5656
resourceFieldRef:
5757
resource: limits.cpu
58-
image: docker.io/projectsveltos/addon-controller@sha256:0763d14be79222076518bac1eb240f9dfa5206f83678c9e162260241a11ca890
58+
image: docker.io/projectsveltos/addon-controller@sha256:78bf1692c31e789aa15afb75f444aec777a46f327ab00036d9fef4b612866cd1
5959
livenessProbe:
6060
failureThreshold: 3
6161
httpGet:

pkg/sharding/classifier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ spec:
4242
- --shard-key={{.SHARD}}
4343
- --capi-onboard-annotation=
4444
- --v=5
45-
- --version=v1.3.0
45+
- --version=main
4646
- --registry=
4747
- --agent-in-mgmt-cluster=false
4848
command:
4949
- /manager
50-
image: docker.io/projectsveltos/classifier@sha256:d9b7df3b08d5dc15cfda172566871593af3bc49b3965af2b488f42f86655713c
50+
image: docker.io/projectsveltos/classifier@sha256:70086f40b86ca6b02785c89133fbb59dcd09b12ebccf2cf6b94c3bbbc6787bd6
5151
livenessProbe:
5252
failureThreshold: 3
5353
httpGet:

pkg/sharding/classifier.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
- --shard-key={{.SHARD}}
2525
- --capi-onboard-annotation=
2626
- --v=5
27-
- --version=v1.3.0
27+
- --version=main
2828
- --registry=
2929
- --agent-in-mgmt-cluster=false
3030
command:
3131
- /manager
32-
image: docker.io/projectsveltos/classifier@sha256:d9b7df3b08d5dc15cfda172566871593af3bc49b3965af2b488f42f86655713c
32+
image: docker.io/projectsveltos/classifier@sha256:70086f40b86ca6b02785c89133fbb59dcd09b12ebccf2cf6b94c3bbbc6787bd6
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

pkg/sharding/em.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ spec:
2323
- --shard-key={{.SHARD}}
2424
- --capi-onboard-annotation=
2525
- --v=5
26-
- --version=v1.3.0
26+
- --version=main
2727
- --agent-in-mgmt-cluster=false
2828
command:
2929
- /manager
30-
image: docker.io/projectsveltos/event-manager@sha256:eb602a46c57202be6ab2da0c45ab03311326bf4ec575d12d0910b4ca5820e503
30+
image: docker.io/projectsveltos/event-manager@sha256:057e33a98ee524b18be063bd675c1e120c3fbe3487649aa3869e5ff10dac1d0a
3131
livenessProbe:
3232
failureThreshold: 3
3333
httpGet:

pkg/sharding/event-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- --shard-key={{.SHARD}}
4242
- --capi-onboard-annotation=
4343
- --v=5
44-
- --version=v1.3.0
44+
- --version=main
4545
- --agent-in-mgmt-cluster=false
4646
command:
4747
- /manager
48-
image: docker.io/projectsveltos/event-manager@sha256:eb602a46c57202be6ab2da0c45ab03311326bf4ec575d12d0910b4ca5820e503
48+
image: docker.io/projectsveltos/event-manager@sha256:057e33a98ee524b18be063bd675c1e120c3fbe3487649aa3869e5ff10dac1d0a
4949
livenessProbe:
5050
failureThreshold: 3
5151
httpGet:

pkg/sharding/healthcheck-manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- --shard-key={{.SHARD}}
4242
- --capi-onboard-annotation=
4343
- --v=5
44-
- --version=v1.3.0
44+
- --version=main
4545
- --agent-in-mgmt-cluster=false
4646
command:
4747
- /manager
48-
image: docker.io/projectsveltos/healthcheck-manager@sha256:90f9e2f363f4e06ea9994e196d2be268b2504e4cd6c503f89951bf68d66ea1d6
48+
image: docker.io/projectsveltos/healthcheck-manager@sha256:4ba105072f9a1623b4f47d56660b900115b6e9f31904921443a7de869419f8a1
4949
livenessProbe:
5050
failureThreshold: 3
5151
httpGet:

0 commit comments

Comments
 (0)