File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
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.7.1
28
+ TAG ?= v0.7.2
29
29
30
30
# Get cluster-api version and build ldflags
31
31
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)
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/sveltos-manager-amd64:v0.7.1
11
+ - image : projectsveltos/sveltos-manager-amd64:v0.7.2
12
12
name : manager
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/onsi/ginkgo/v2 v2.6.0
13
13
github.com/onsi/gomega v1.24.1
14
14
github.com/pkg/errors v0.9.1
15
- github.com/projectsveltos/libsveltos v0.7.1
15
+ github.com/projectsveltos/libsveltos v0.7.2
16
16
github.com/prometheus/client_golang v1.13.0
17
17
github.com/spf13/pflag v1.0.5
18
18
golang.org/x/text v0.7.0
Original file line number Diff line number Diff line change @@ -790,8 +790,8 @@ github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndr
790
790
github.com/posener/complete v1.2.3 /go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s =
791
791
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg =
792
792
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 /go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU =
793
- github.com/projectsveltos/libsveltos v0.7.1 h1:h3or+AAEgP0ywW9a+c4n1bR5RNVWKAzAFw+qbf21LZw =
794
- github.com/projectsveltos/libsveltos v0.7.1 /go.mod h1:K2IJCkj2dz6qgZyv0F7tkZkzJ+7il1qjDyIBaBS2NpQ =
793
+ github.com/projectsveltos/libsveltos v0.7.2 h1:z3GjpAxazF8kHXCty+zHMQl3xtrnQuSvUbFBjfyXN9E =
794
+ github.com/projectsveltos/libsveltos v0.7.2 /go.mod h1:K2IJCkj2dz6qgZyv0F7tkZkzJ+7il1qjDyIBaBS2NpQ =
795
795
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
796
796
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
797
797
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ spec:
1487
1487
- --v=5
1488
1488
command :
1489
1489
- /manager
1490
- image : projectsveltos/sveltos-manager-amd64:v0.7.1
1490
+ image : projectsveltos/sveltos-manager-amd64:v0.7.2
1491
1491
livenessProbe :
1492
1492
httpGet :
1493
1493
path : /healthz
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ spec:
260
260
- --run-mode=do-not-send-updates
261
261
command:
262
262
- /manager
263
- image: projectsveltos/drift-detection-manager-amd64:v0.7.1
263
+ image: projectsveltos/drift-detection-manager-amd64:v0.7.2
264
264
livenessProbe:
265
265
httpGet:
266
266
path: /healthz
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ spec:
242
242
- --run-mode=do-not-send-updates
243
243
command :
244
244
- /manager
245
- image : projectsveltos/drift-detection-manager-amd64:v0.7.1
245
+ image : projectsveltos/drift-detection-manager-amd64:v0.7.2
246
246
livenessProbe :
247
247
httpGet :
248
248
path : /healthz
You can’t perform that action at this time.
0 commit comments