Skip to content

Commit

Permalink
Merge pull request #87 from gianlucam76/prep
Browse files Browse the repository at this point in the history
Prepare dev to main merge
  • Loading branch information
gianlucam76 committed Jul 23, 2023
2 parents 1059303 + 666ec9d commit 36fbf24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARCH ?= amd64
OS ?= $(shell uname -s | tr A-Z a-z)
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= v0.14.0
TAG ?= main

.PHONY: all
all: build
Expand Down Expand Up @@ -160,6 +160,8 @@ ifndef K8S_VERSION
K8S_VERSION := v1.27.0
endif

CONTROL_CLUSTER_NAME ?= sveltos-management

.PHONY: test
test: manifests generate fmt vet $(SETUP_ENVTEST) ## Run uts.
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test $(shell go list ./... |grep -v test/fv |grep -v test/helpers) $(TEST_ARGS) -coverprofile cover.out
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: projectsveltos/sveltoscluster-manager-amd64:v0.14.0
- image: projectsveltos/sveltoscluster-manager-amd64:main
name: manager
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v0.14.0
github.com/projectsveltos/libsveltos v0.14.1-0.20230723115557-8c564d7df10c
github.com/spf13/pflag v1.0.5
k8s.io/api v0.27.2
k8s.io/apiextensions-apiserver v0.27.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/projectsveltos/libsveltos v0.14.0 h1:OhETNPsMycBCwI3nUxDFjhHAJNkYeIqqq6Q7VFsmwCk=
github.com/projectsveltos/libsveltos v0.14.0/go.mod h1:lxPKeFR3wjRVmqmo0UARcs19/QfWdNZJkUkafcyWOdo=
github.com/projectsveltos/libsveltos v0.14.1-0.20230723115557-8c564d7df10c h1:zyAntB59hBysMNnQ5UtkNKMFQQfwPorljoVPkgeieLs=
github.com/projectsveltos/libsveltos v0.14.1-0.20230723115557-8c564d7df10c/go.mod h1:lxPKeFR3wjRVmqmo0UARcs19/QfWdNZJkUkafcyWOdo=
github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ spec:
- --leader-elect
command:
- /manager
image: projectsveltos/sveltoscluster-manager-amd64:v0.14.0
image: projectsveltos/sveltoscluster-manager-amd64:main
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 36fbf24

Please sign in to comment.