File tree 7 files changed +10
-8
lines changed
7 files changed +10
-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.12.0
28
+ TAG ?= main
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/addon-controller-amd64:v0.12.0
11
+ - image : projectsveltos/addon-controller-amd64:main
12
12
name : controller
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/onsi/ginkgo/v2 v2.11.0
18
18
github.com/onsi/gomega v1.27.8
19
19
github.com/pkg/errors v0.9.1
20
- github.com/projectsveltos/libsveltos v0.12.0
20
+ github.com/projectsveltos/libsveltos v0.12.1-0.20230704163255-7f5099a7ffd0
21
21
github.com/prometheus/client_golang v1.16.0
22
22
github.com/spf13/pflag v1.0.5
23
23
github.com/yuin/gopher-lua v1.1.0
Original file line number Diff line number Diff line change @@ -557,8 +557,8 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg
557
557
github.com/poy/onpar v0.0.0-20200406201722-06f95a1c68e8 /go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU =
558
558
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY =
559
559
github.com/poy/onpar v1.1.2 /go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg =
560
- github.com/projectsveltos/libsveltos v0.12.0 h1:tlFcFGN51UJS7m1b1+8OT/AYOjsvPWcgYLLZbMi9O9U =
561
- github.com/projectsveltos/libsveltos v0.12.0 /go.mod h1:2Qq4Iw2e/nYrdI42J6t6Gmkr5S0ozrREzdSAZO17Jkc =
560
+ github.com/projectsveltos/libsveltos v0.12.1-0.20230704163255-7f5099a7ffd0 h1:URTa73p/hJ/rsXqh+Em2mAcTlQbwKg6Sm2FREqpszwE =
561
+ github.com/projectsveltos/libsveltos v0.12.1-0.20230704163255-7f5099a7ffd0 /go.mod h1:2Qq4Iw2e/nYrdI42J6t6Gmkr5S0ozrREzdSAZO17Jkc =
562
562
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
563
563
github.com/prometheus/client_golang v0.9.3 /go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso =
564
564
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
Original file line number Diff line number Diff line change @@ -1843,7 +1843,7 @@ spec:
1843
1843
- --v=5
1844
1844
command :
1845
1845
- /manager
1846
- image : projectsveltos/addon-controller-amd64:v0.12.0
1846
+ image : projectsveltos/addon-controller-amd64:main
1847
1847
livenessProbe :
1848
1848
httpGet :
1849
1849
path : /healthz
Original file line number Diff line number Diff line change 70
70
apiVersion: rbac.authorization.k8s.io/v1
71
71
kind: ClusterRole
72
72
metadata:
73
+ creationTimestamp: null
73
74
name: drift-detection-manager-role
74
75
rules:
75
76
- apiGroups:
@@ -259,7 +260,7 @@ spec:
259
260
- --run-mode=do-not-send-updates
260
261
command:
261
262
- /manager
262
- image: projectsveltos/drift-detection-manager-amd64:v0.12.0
263
+ image: projectsveltos/drift-detection-manager-amd64:main
263
264
livenessProbe:
264
265
httpGet:
265
266
path: /healthz
Original file line number Diff line number Diff line change 52
52
apiVersion : rbac.authorization.k8s.io/v1
53
53
kind : ClusterRole
54
54
metadata :
55
+ creationTimestamp : null
55
56
name : drift-detection-manager-role
56
57
rules :
57
58
- apiGroups :
@@ -241,7 +242,7 @@ spec:
241
242
- --run-mode=do-not-send-updates
242
243
command :
243
244
- /manager
244
- image : projectsveltos/drift-detection-manager-amd64:v0.12.0
245
+ image : projectsveltos/drift-detection-manager-amd64:main
245
246
livenessProbe :
246
247
httpGet :
247
248
path : /healthz
You can’t perform that action at this time.
0 commit comments