File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= amd64
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.31.0
28
+ TAG ?= main
29
29
30
30
.PHONY : all
31
31
all : build
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 : projectsveltos/healthcheck-manager:v0.31.0
11
+ - image : projectsveltos/healthcheck-manager:main
12
12
name : manager
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ require (
12
12
github.com/onsi/ginkgo/v2 v2.19.0
13
13
github.com/onsi/gomega v1.33.1
14
14
github.com/pkg/errors v0.9.1
15
- github.com/projectsveltos/addon-controller v0.31.0
16
- github.com/projectsveltos/libsveltos v0.31.0
15
+ github.com/projectsveltos/addon-controller v0.31.1-0.20240529115954-7f7677fa9454
16
+ github.com/projectsveltos/libsveltos v0.31.1-0.20240529102610-6e5624878b89
17
17
github.com/prometheus/client_golang v1.19.1
18
18
github.com/slack-go/slack v0.13.0
19
19
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -384,10 +384,10 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
384
384
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
385
385
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY =
386
386
github.com/poy/onpar v1.1.2 /go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg =
387
- github.com/projectsveltos/addon-controller v0.31.0 h1:dfKzSxC6lZm9UNMC3xqrdBxo9KcZ2HPDr+nsUpzGVqE =
388
- github.com/projectsveltos/addon-controller v0.31.0 /go.mod h1:+mlgQ/nqzxEig96ddiZIZ2Ga/6wl/530HEcf3GMvmIo =
389
- github.com/projectsveltos/libsveltos v0.31.0 h1:wNRW4gSqfFtCt+dfYxWkR6nVb/NBlgUkVK//djWEZfk =
390
- github.com/projectsveltos/libsveltos v0.31.0 /go.mod h1:APYCWXBZ/+RhCKq/uetAW99CcJVxL1g0/Kh5GZlvIHk =
387
+ github.com/projectsveltos/addon-controller v0.31.1-0.20240529115954-7f7677fa9454 h1:RM1z0VTXeXlNBXYfMiyAn+S6FrHaWv4u+8w//2D9eHk =
388
+ github.com/projectsveltos/addon-controller v0.31.1-0.20240529115954-7f7677fa9454 /go.mod h1:1Arh8lu9uRFQO4Mf+URiZVKd71HrRnm6h4loW5ZKqDM =
389
+ github.com/projectsveltos/libsveltos v0.31.1-0.20240529102610-6e5624878b89 h1:FpLAS3y+/dH7uCVNxgNYv7Gu56W21E+G+NPTZbZOw+U =
390
+ github.com/projectsveltos/libsveltos v0.31.1-0.20240529102610-6e5624878b89 /go.mod h1:APYCWXBZ/+RhCKq/uetAW99CcJVxL1g0/Kh5GZlvIHk =
391
391
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
392
392
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
393
393
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
Original file line number Diff line number Diff line change 24
24
- --v=5
25
25
command :
26
26
- /manager
27
- image : projectsveltos/healthcheck-manager:v0.31.0
27
+ image : projectsveltos/healthcheck-manager:main
28
28
livenessProbe :
29
29
failureThreshold : 3
30
30
httpGet :
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223
223
- --v=5
224
224
command :
225
225
- /manager
226
- image : projectsveltos/healthcheck-manager:v0.31.0
226
+ image : projectsveltos/healthcheck-manager:main
227
227
livenessProbe :
228
228
failureThreshold : 3
229
229
httpGet :
You can’t perform that action at this time.
0 commit comments