Skip to content

Commit

Permalink
🤖 Update fluxcd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent d991df1 commit 082a569
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/shoot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
kind: FluxConfig
flux:
# renovate:flux-version
version: v2.2.3
version: v2.3.0
registry: ghcr.io/fluxcd
namespace: flux-system
source:
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.22.3

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
github.com/fluxcd/flux2/v2 v2.2.3
github.com/fluxcd/kustomize-controller/api v1.2.2
github.com/fluxcd/pkg/apis/meta v1.3.0
github.com/fluxcd/source-controller/api v1.2.5
github.com/fluxcd/flux2/v2 v2.3.0
github.com/fluxcd/kustomize-controller/api v1.3.0
github.com/fluxcd/pkg/apis/meta v1.5.0
github.com/fluxcd/source-controller/api v1.3.0
github.com/gardener/gardener v1.92.3
github.com/go-logr/logr v1.4.2
github.com/ironcore-dev/vgopath v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/flux/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (

// defaultFluxVersion is maintained by renovate via a customManager. Don't
// change this without also updating the renovate config.
defaultFluxVersion = "v2.2.3"
defaultFluxVersion = "v2.3.0"
)

func addDefaultingFuncs(scheme *runtime.Scheme) error {
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/flux/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type FluxInstallation struct {
// renovate updates the doc string. See renovate config for more details

// Version specifies the Flux version that should be installed.
// Defaults to "v2.2.3".
// Defaults to "v2.3.0".
// +optional
Version *string `json:"version,omitempty"`
// Registry specifies the container registry where the Flux controller images are pulled from.
Expand Down

0 comments on commit 082a569

Please sign in to comment.