From 85ff853dfe4f251999ab4fda900769dbf9ebffd4 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 24 May 2023 11:00:05 +0200 Subject: [PATCH] Update controller-gen to v0.12.0 Signed-off-by: Hidde Beydals --- Makefile | 2 +- config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml | 3 +-- config/rbac/role.yaml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c9df6356f..5657712a4 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ BUILD_PLATFORMS ?= linux/amd64 ENVTEST_ARCH ?= amd64 # API (doc) generation utilities -CONTROLLER_GEN_VERSION ?= v0.11.1 +CONTROLLER_GEN_VERSION ?= v0.12.0 GEN_API_REF_DOCS_VERSION ?= e327d0730470cbd61b06300f81c5fcf91c23c113 all: manager diff --git a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml index 80dbdb60d..81aaee61c 100644 --- a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml +++ b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.11.1 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.12.0 name: helmreleases.helm.toolkit.fluxcd.io spec: group: helm.toolkit.fluxcd.io diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 6df0c402f..954df8e75 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - creationTimestamp: null name: manager-role rules: - apiGroups: