Skip to content

Commit c81b344

Browse files
authored
Merge pull request #187 from gianlucam76/prep
Prep
2 parents d641985 + e569dba commit c81b344

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.30.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.30.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.17.3
1313
github.com/onsi/gomega v1.33.1
1414
github.com/pkg/errors v0.9.1
15-
github.com/projectsveltos/addon-controller v0.30.0
16-
github.com/projectsveltos/libsveltos v0.30.0
15+
github.com/projectsveltos/addon-controller v0.30.1-0.20240517115441-933aca645ca1
16+
github.com/projectsveltos/libsveltos v0.30.1-0.20240517095820-fd9879699f8d
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.30.0 h1:3A38Z4yPUzICIiWh8UU8dTEw8B26nkq3U/pE/p1BSfc=
388-
github.com/projectsveltos/addon-controller v0.30.0/go.mod h1:x1kH8YwEa0ZSgx/dyP0a05HQAWj7Zl4DWzv2tJPHXsI=
389-
github.com/projectsveltos/libsveltos v0.30.0 h1:kpKzVMAgoCSrw9S8VAo5kogDxgkRBLWKnLnsGNOa8I8=
390-
github.com/projectsveltos/libsveltos v0.30.0/go.mod h1:oy1tEoNFG6iWp1BizxEY2HOt5ytpXaaWivzz4EFElvY=
387+
github.com/projectsveltos/addon-controller v0.30.1-0.20240517115441-933aca645ca1 h1:3hXbOBnYX5ZiAEq3TBzsebtDIUjGf+NPDu/o8tXnvdI=
388+
github.com/projectsveltos/addon-controller v0.30.1-0.20240517115441-933aca645ca1/go.mod h1:G5lCrMnPVb6qPVjADxrLm5rSNYT1M+zZSZ2WwK5WEA4=
389+
github.com/projectsveltos/libsveltos v0.30.1-0.20240517095820-fd9879699f8d h1:d1G4ply9nNevRGD3NEhdaL6/5EzaDmA6gvevOUcvBDU=
390+
github.com/projectsveltos/libsveltos v0.30.1-0.20240517095820-fd9879699f8d/go.mod h1:oy1tEoNFG6iWp1BizxEY2HOt5ytpXaaWivzz4EFElvY=
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.30.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.30.0
226+
image: projectsveltos/healthcheck-manager:main
227227
livenessProbe:
228228
failureThreshold: 3
229229
httpGet:

0 commit comments

Comments
 (0)