File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ CLUSTERCTL := $(TOOLS_BIN_DIR)/clusterctl
6767KIND := $(TOOLS_BIN_DIR ) /kind
6868KUBECTL := $(TOOLS_BIN_DIR ) /kubectl
6969
70- GOLANGCI_LINT_VERSION := "v2.7.2 "
71- CLUSTERCTL_VERSION := v1.12.1
70+ GOLANGCI_LINT_VERSION := "v2.8.0 "
71+ CLUSTERCTL_VERSION := v1.12.2
7272
7373
7474KUSTOMIZE_VER := v5.8.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/onsi/ginkgo/v2 v2.28.1
1414 github.com/onsi/gomega v1.39.1
1515 github.com/pkg/errors v0.9.1
16- github.com/projectsveltos/addon-controller v1.4.1-0.20260131135418-609d68529e8f
16+ github.com/projectsveltos/addon-controller v1.4.1-0.20260203211137-74a146807aa2
1717 github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9
1818 github.com/prometheus/client_golang v1.23.2
1919 github.com/slack-go/slack v0.17.3
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
169169github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
170170github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
171171github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
172- github.com/projectsveltos/addon-controller v1.4.1-0.20260131135418-609d68529e8f h1:bGDt48msfydiBYXaXJsltbDUEzNQttM5Hwh7fFBsUnQ =
173- github.com/projectsveltos/addon-controller v1.4.1-0.20260131135418-609d68529e8f /go.mod h1:w339j835twjRkn9y1Yxg9s9JJm9h2Ye/n9dLn786TE0 =
172+ github.com/projectsveltos/addon-controller v1.4.1-0.20260203211137-74a146807aa2 h1:dkluMTWqf7Ir/0U6aWaTsy7DuzvlKMvlUQfvBaLyGzg =
173+ github.com/projectsveltos/addon-controller v1.4.1-0.20260203211137-74a146807aa2 /go.mod h1:Y+l3EnR8rh9B2FjPVzs32SCHOyITJ/b11bcgz4qVk2Y =
174174github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9 h1:5ldqgGt5IAg/HNZlzom6/WCugQfUIRheCdxjwmpq6ds =
175175github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9 /go.mod h1:Zr20iLkXujukoB9x1zjmYVULonScKUu1d7XIMU3Z5tU =
176176github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o =
Original file line number Diff line number Diff line change 9999 valueFrom :
100100 fieldRef :
101101 fieldPath : metadata.namespace
102- image : docker.io/projectsveltos/sveltos-applier@sha256:63f1b91a85a285d07e220fd083d10eb38aff976516a486becd9842a34fbef50a
102+ image : docker.io/projectsveltos/sveltos-applier@sha256:fa36d5147ad20e5e8e4661caae981c4e96935691aa4767cefe882efc55486f56
103103 livenessProbe :
104104 failureThreshold : 3
105105 httpGet :
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ spec:
186186 - --version=main
187187 - --current-cluster=managed-cluster
188188 - --run-mode=do-not-send-reports
189+ - --discard-managed-fields=true
189190 command :
190191 - /manager
191192 env :
You can’t perform that action at this time.
0 commit comments