File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= $(shell go env GOARCH)
25
25
OS ?= $(shell uname -s | tr A-Z a-z)
26
26
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
27
27
export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28
- TAG ?= v0.35.0
28
+ TAG ?= main
29
29
30
30
.PHONY : all
31
31
all : build
Original file line number Diff line number Diff line change 15
15
- " --report-mode=0"
16
16
- --shard-key=
17
17
- " --v=5"
18
- - " --version=v0.35.0 "
18
+ - " --version=main "
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# Change the value of image field below to your controller image URL
11
- - image : docker.io/projectsveltos/addon-controller:v0.35.0
11
+ - image : docker.io/projectsveltos/addon-controller:main
12
12
name : controller
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/onsi/ginkgo/v2 v2.19.0
16
16
github.com/onsi/gomega v1.33.1
17
17
github.com/pkg/errors v0.9.1
18
- github.com/projectsveltos/libsveltos v0.35.0
18
+ github.com/projectsveltos/libsveltos v0.35.1-0.20240726065655-ee3b7dc30da2
19
19
github.com/prometheus/client_golang v1.19.1
20
20
github.com/spf13/pflag v1.0.5
21
21
github.com/yuin/gopher-lua v1.1.1
Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
364
364
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
365
365
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY =
366
366
github.com/poy/onpar v1.1.2 /go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg =
367
- github.com/projectsveltos/libsveltos v0.35.0 h1:pzMqPVvkfULgtyFuuPkt6l7Cfctua54ZzxnzoDAa4KQ =
368
- github.com/projectsveltos/libsveltos v0.35.0 /go.mod h1:8cr9lSt8i0fRQ47AItTElqxsiD/ni80GJALVQgxfdG4 =
367
+ github.com/projectsveltos/libsveltos v0.35.1-0.20240726065655-ee3b7dc30da2 h1:DE4fivtx4pjPFpjAyDWbG46RQQCyDMgJ7ZI/5zkHq88 =
368
+ github.com/projectsveltos/libsveltos v0.35.1-0.20240726065655-ee3b7dc30da2 /go.mod h1:8cr9lSt8i0fRQ47AItTElqxsiD/ni80GJALVQgxfdG4 =
369
369
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
370
370
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
371
371
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ spec:
23
23
- --report-mode=0
24
24
- --agent-in-mgmt-cluster
25
25
- --v=5
26
- - --version=v0.35.0
26
+ - --version=main
27
27
command :
28
28
- /manager
29
- image : docker.io/projectsveltos/addon-controller:v0.35.0
29
+ image : docker.io/projectsveltos/addon-controller:main
30
30
livenessProbe :
31
31
failureThreshold : 3
32
32
httpGet :
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ spec:
23
23
- --report-mode=0
24
24
- --shard-key={{.SHARD}}
25
25
- --v=5
26
- - --version=v0.35.0
26
+ - --version=main
27
27
command :
28
28
- /manager
29
- image : docker.io/projectsveltos/addon-controller:v0.35.0
29
+ image : docker.io/projectsveltos/addon-controller:main
30
30
livenessProbe :
31
31
failureThreshold : 3
32
32
httpGet :
Original file line number Diff line number Diff line change @@ -8405,10 +8405,10 @@ spec:
8405
8405
- --report-mode=0
8406
8406
- --shard-key=
8407
8407
- --v=5
8408
- - --version=v0.35.0
8408
+ - --version=main
8409
8409
command :
8410
8410
- /manager
8411
- image : docker.io/projectsveltos/addon-controller:v0.35.0
8411
+ image : docker.io/projectsveltos/addon-controller:main
8412
8412
livenessProbe :
8413
8413
failureThreshold : 3
8414
8414
httpGet :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ spec:
130
130
- --run-mode=do-not-send-updates
131
131
command:
132
132
- /manager
133
- image: docker.io/projectsveltos/drift-detection-manager:v0.35.0
133
+ image: docker.io/projectsveltos/drift-detection-manager:main
134
134
livenessProbe:
135
135
failureThreshold: 3
136
136
httpGet:
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ spec:
112
112
- --run-mode=do-not-send-updates
113
113
command :
114
114
- /manager
115
- image : docker.io/projectsveltos/drift-detection-manager:v0.35.0
115
+ image : docker.io/projectsveltos/drift-detection-manager:main
116
116
livenessProbe :
117
117
failureThreshold : 3
118
118
httpGet :
You can’t perform that action at this time.
0 commit comments