Skip to content

Commit 8c8e79d

Browse files
authored
Merge pull request #270 from gianlucam76/prep
Prepare dev to main merge
2 parents 3d65cda + 08d38e3 commit 8c8e79d

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
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.12.0
28+
TAG ?= main
2929

3030
# Get cluster-api version and build ldflags
3131
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)

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/addon-controller-amd64:v0.12.0
11+
- image: projectsveltos/addon-controller-amd64:main
1212
name: controller

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/onsi/ginkgo/v2 v2.11.0
1818
github.com/onsi/gomega v1.27.8
1919
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
2121
github.com/prometheus/client_golang v1.16.0
2222
github.com/spf13/pflag v1.0.5
2323
github.com/yuin/gopher-lua v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg
557557
github.com/poy/onpar v0.0.0-20200406201722-06f95a1c68e8/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU=
558558
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
559559
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=
562562
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
563563
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
564564
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ spec:
18431843
- --v=5
18441844
command:
18451845
- /manager
1846-
image: projectsveltos/addon-controller-amd64:v0.12.0
1846+
image: projectsveltos/addon-controller-amd64:main
18471847
livenessProbe:
18481848
httpGet:
18491849
path: /healthz

pkg/drift-detection/drift-detection-manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ rules:
7070
apiVersion: rbac.authorization.k8s.io/v1
7171
kind: ClusterRole
7272
metadata:
73+
creationTimestamp: null
7374
name: drift-detection-manager-role
7475
rules:
7576
- apiGroups:
@@ -259,7 +260,7 @@ spec:
259260
- --run-mode=do-not-send-updates
260261
command:
261262
- /manager
262-
image: projectsveltos/drift-detection-manager-amd64:v0.12.0
263+
image: projectsveltos/drift-detection-manager-amd64:main
263264
livenessProbe:
264265
httpGet:
265266
path: /healthz

pkg/drift-detection/drift-detection-manager.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ rules:
5252
apiVersion: rbac.authorization.k8s.io/v1
5353
kind: ClusterRole
5454
metadata:
55+
creationTimestamp: null
5556
name: drift-detection-manager-role
5657
rules:
5758
- apiGroups:
@@ -241,7 +242,7 @@ spec:
241242
- --run-mode=do-not-send-updates
242243
command:
243244
- /manager
244-
image: projectsveltos/drift-detection-manager-amd64:v0.12.0
245+
image: projectsveltos/drift-detection-manager-amd64:main
245246
livenessProbe:
246247
httpGet:
247248
path: /healthz

0 commit comments

Comments
 (0)