Skip to content

Commit b3f57ef

Browse files
authored
Merge pull request #191 from gianlucam76/prep
Prepare dev to main merge
2 parents 0f9ece7 + 09f7a63 commit b3f57ef

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= v0.31.0
28+
TAG ?= main
2929

3030
.PHONY: all
3131
all: build

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: projectsveltos/healthcheck-manager:v0.31.0
11+
- image: projectsveltos/healthcheck-manager:main
1212
name: manager

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/onsi/ginkgo/v2 v2.19.0
1313
github.com/onsi/gomega v1.33.1
1414
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
1717
github.com/prometheus/client_golang v1.19.1
1818
github.com/slack-go/slack v0.13.0
1919
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
384384
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
385385
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
386386
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=
391391
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
392392
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
393393
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=

manifest/deployment-shard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --v=5
2525
command:
2626
- /manager
27-
image: projectsveltos/healthcheck-manager:v0.31.0
27+
image: projectsveltos/healthcheck-manager:main
2828
livenessProbe:
2929
failureThreshold: 3
3030
httpGet:

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
- --v=5
224224
command:
225225
- /manager
226-
image: projectsveltos/healthcheck-manager:v0.31.0
226+
image: projectsveltos/healthcheck-manager:main
227227
livenessProbe:
228228
failureThreshold: 3
229229
httpGet:

0 commit comments

Comments
 (0)