File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 kind : FluxConfig
1515 flux :
1616 # renovate:flux-version
17- version : v2.7.0
17+ version : v2.7.1
1818 registry : ghcr.io/fluxcd
1919 namespace : flux-system
2020 source :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
7- github.com/fluxcd/flux2/v2 v2.7.0
7+ github.com/fluxcd/flux2/v2 v2.7.1
88 github.com/fluxcd/kustomize-controller/api v1.7.0
99 github.com/fluxcd/pkg/apis/meta v1.21.0
1010 github.com/fluxcd/source-controller/api v1.7.1
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
150150github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
151151github.com/fluent/fluent-operator/v3 v3.3.0 h1:zBtt8IOVSyTiywnmom3V2byqIi2ZXMCCKBUx/4bnFBk =
152152github.com/fluent/fluent-operator/v3 v3.3.0 /go.mod h1:x54zzJ60QYJ6jnN7n9/Mseyaz9oWjSO99hbhVXJaar0 =
153- github.com/fluxcd/flux2/v2 v2.7.0 h1:EW2pNcZUBAN5MCRly5p4agQeGrZXvHTlE5cNAEta4Dk =
154- github.com/fluxcd/flux2/v2 v2.7.0 /go.mod h1:bXfXo6uwzDtrQTKWBPb360nLLyhw27MW/v1xgNGlkG0 =
153+ github.com/fluxcd/flux2/v2 v2.7.1 h1:tDZMgVZNFIpoB227ZRQyLoV8004Y2lFUNDRekZiJKl0 =
154+ github.com/fluxcd/flux2/v2 v2.7.1 /go.mod h1:Ktwt0iPvx2VDOgzRbhJ1mDmoCSL6Q4kLsLfYLIbmZW0 =
155155github.com/fluxcd/kustomize-controller/api v1.7.0 h1:5AO+pNY24qdJxxmtKNauplalII2HwED936pOMIDqNOA =
156156github.com/fluxcd/kustomize-controller/api v1.7.0 /go.mod h1:VuW1e7ILa6QVUnZ0Cxg+9Ghf12LvXu336vE2rAlHg4Y =
157157github.com/fluxcd/pkg/apis/acl v0.9.0 h1:wBpgsKT+jcyZEcM//OmZr9RiF8klL3ebrDp2u2ThsnA =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
1717
1818 // defaultFluxVersion is maintained by renovate via a customManager. Don't
1919 // change this without also updating the renovate config.
20- defaultFluxVersion = "v2.7.0 "
20+ defaultFluxVersion = "v2.7.1 "
2121)
2222
2323func addDefaultingFuncs (scheme * runtime.Scheme ) error {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ type FluxInstallation struct {
4747 // renovate updates the doc string. See renovate config for more details
4848
4949 // Version specifies the Flux version that should be installed.
50- // Defaults to "v2.7.0 ".
50+ // Defaults to "v2.7.1 ".
5151 // +optional
5252 Version * string `json:"version,omitempty"`
5353 // Registry specifies the container registry where the Flux controller images are pulled from.
You can’t perform that action at this time.
0 commit comments