File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= amd64
2525OS ?= $(shell uname -s | tr A-Z a-z)
2626K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28- TAG ?= dev
28+ TAG ?= v0.8.0
2929
3030# Get cluster-api version and build ldflags
3131clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # Change the value of image field below to your controller image URL
11- - image : projectsveltos/sveltos-manager-amd64:dev
11+ - image : projectsveltos/sveltos-manager-amd64:v0.8.0
1212 name : manager
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/onsi/ginkgo/v2 v2.9.1
1313 github.com/onsi/gomega v1.27.4
1414 github.com/pkg/errors v0.9.1
15- github.com/projectsveltos/libsveltos v0.7.2-0.20230329131204-b73f2911e4ac
15+ github.com/projectsveltos/libsveltos v0.8.0
1616 github.com/prometheus/client_golang v1.14.0
1717 github.com/spf13/pflag v1.0.5
1818 golang.org/x/text v0.8.0
Original file line number Diff line number Diff line change @@ -529,8 +529,8 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg
529529github.com/poy/onpar v0.0.0-20200406201722-06f95a1c68e8 /go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU =
530530github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY =
531531github.com/poy/onpar v1.1.2 /go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg =
532- github.com/projectsveltos/libsveltos v0.7.2-0.20230329131204-b73f2911e4ac h1:zMZ03uykGXtbiMza3eBBFHxOToNzHE/IsdsyVMOkAL4 =
533- github.com/projectsveltos/libsveltos v0.7.2-0.20230329131204-b73f2911e4ac /go.mod h1:y2Whauorx4Fo5vewbN8LySFp2JfSNzcgpRuOuyZF51c =
532+ github.com/projectsveltos/libsveltos v0.8.0 h1:+7zId9TLqdplQIsG8s8XswsHmfKiUZCLtUaEPSUd9aE =
533+ github.com/projectsveltos/libsveltos v0.8.0 /go.mod h1:y2Whauorx4Fo5vewbN8LySFp2JfSNzcgpRuOuyZF51c =
534534github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
535535github.com/prometheus/client_golang v0.9.3 /go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso =
536536github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ spec:
14871487 - --v=5
14881488 command :
14891489 - /manager
1490- image : projectsveltos/sveltos-manager-amd64:dev
1490+ image : projectsveltos/sveltos-manager-amd64:v0.8.0
14911491 livenessProbe :
14921492 httpGet :
14931493 path : /healthz
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ spec:
260260 - --run-mode=do-not-send-updates
261261 command:
262262 - /manager
263- image: projectsveltos/drift-detection-manager-amd64:dev
263+ image: projectsveltos/drift-detection-manager-amd64:v0.8.0
264264 livenessProbe:
265265 httpGet:
266266 path: /healthz
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ spec:
242242 - --run-mode=do-not-send-updates
243243 command :
244244 - /manager
245- image : projectsveltos/drift-detection-manager-amd64:dev
245+ image : projectsveltos/drift-detection-manager-amd64:v0.8.0
246246 livenessProbe :
247247 httpGet :
248248 path : /healthz
You can’t perform that action at this time.
0 commit comments