Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Update fluxcd (minor) #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 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.3.0
version: v2.4.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 @@ -13,10 +13,10 @@ replace (

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
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/fluxcd/flux2/v2 v2.4.0
github.com/fluxcd/kustomize-controller/api v1.4.0
github.com/fluxcd/pkg/apis/meta v1.6.1
github.com/fluxcd/source-controller/api v1.4.1
github.com/gardener/gardener v1.101.3
github.com/go-logr/logr v1.4.2
github.com/ironcore-dev/vgopath v0.1.6
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.3.0"
defaultFluxVersion = "v2.4.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 @@ -47,7 +47,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.3.0".
// Defaults to "v2.4.0".
// +optional
Version *string `json:"version,omitempty"`
// Registry specifies the container registry where the Flux controller images are pulled from.
Expand Down
Loading