Skip to content

Commit ba6b662

Browse files
committed
Regenerate CRDs with controller-gen v0.19
Signed-off-by: Stefan Prodan <[email protected]>
1 parent f2d8efe commit ba6b662

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILD_PLATFORMS ?= linux/amd64
1313
FUZZ_TIME ?= 1m
1414

1515
# API (doc) generation utilities
16-
CONTROLLER_GEN_VERSION ?= v0.16.1
16+
CONTROLLER_GEN_VERSION ?= v0.19.0
1717
GEN_API_REF_DOCS_VERSION ?= e327d0730470cbd61b06300f81c5fcf91c23c113
1818

1919
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta2/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/image.toolkit.fluxcd.io_imagepolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.1
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: imagepolicies.image.toolkit.fluxcd.io
88
spec:
99
group: image.toolkit.fluxcd.io

config/crd/bases/image.toolkit.fluxcd.io_imagerepositories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.1
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: imagerepositories.image.toolkit.fluxcd.io
88
spec:
99
group: image.toolkit.fluxcd.io

hack/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Flux authors
2+
Copyright 2025 The Flux authors
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)