Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9
github.com/projectsveltos/libsveltos v1.4.1-0.20260207083925-d3a33105fe38
github.com/prometheus/client_golang v1.23.2
github.com/spf13/pflag v1.0.10
golang.org/x/text v0.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9 h1:5ldqgGt5IAg/HNZlzom6/WCugQfUIRheCdxjwmpq6ds=
github.com/projectsveltos/libsveltos v1.4.1-0.20260131124754-dd6ff263bbb9/go.mod h1:Zr20iLkXujukoB9x1zjmYVULonScKUu1d7XIMU3Z5tU=
github.com/projectsveltos/libsveltos v1.4.1-0.20260207083925-d3a33105fe38 h1:1UacX6Y8SQ5bOmESoqMCNEmLEdRyEn3JNb77TdTbIBE=
github.com/projectsveltos/libsveltos v1.4.1-0.20260207083925-d3a33105fe38/go.mod h1:Zr20iLkXujukoB9x1zjmYVULonScKUu1d7XIMU3Z5tU=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-agent-in-mgmt-cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/sveltos-agent@sha256:e7a3d04d0b45777aa21b2e0ea9ec90eb5d5de723644dbf4c4d589fe44ed9366d
image: docker.io/projectsveltos/sveltos-agent@sha256:06259bfff13c49ab01bd8063082c5584147f68875118025d0aed04be8f3bddfc
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-agent-in-mgmt-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/sveltos-agent@sha256:e7a3d04d0b45777aa21b2e0ea9ec90eb5d5de723644dbf4c4d589fe44ed9366d
image: docker.io/projectsveltos/sveltos-agent@sha256:06259bfff13c49ab01bd8063082c5584147f68875118025d0aed04be8f3bddfc
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/sveltos-agent@sha256:e7a3d04d0b45777aa21b2e0ea9ec90eb5d5de723644dbf4c4d589fe44ed9366d
image: docker.io/projectsveltos/sveltos-agent@sha256:06259bfff13c49ab01bd8063082c5584147f68875118025d0aed04be8f3bddfc
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/sveltos-agent@sha256:e7a3d04d0b45777aa21b2e0ea9ec90eb5d5de723644dbf4c4d589fe44ed9366d
image: docker.io/projectsveltos/sveltos-agent@sha256:06259bfff13c49ab01bd8063082c5584147f68875118025d0aed04be8f3bddfc
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down