Skip to content

Commit

Permalink
Bump controller-gen and regenerate
Browse files Browse the repository at this point in the history
Bumping controller-gen to make it compatible with the new go version and
regenerate the manifests.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Mar 5, 2024
1 parent 208287c commit 44614c7
Show file tree
Hide file tree
Showing 7 changed files with 2,306 additions and 2,845 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ deploy-prometheus:
# download controller-gen if necessary
controller-gen:
ifeq (, $(shell which controller-gen))
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.1
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
CONTROLLER_GEN=$(shell which controller-gen)
Expand Down
1,717 changes: 768 additions & 949 deletions bin/metallb-operator.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/metallb/metallb-operator
createdAt: "2024-02-26T17:05:26Z"
createdAt: "2024-03-05T10:00:08Z"
description: An operator for deploying MetalLB on a kubernetes cluster.
operators.operatorframework.io/builder: operator-sdk-v1.26.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
Expand Down
1,713 changes: 768 additions & 945 deletions bundle/manifests/metallb.io_metallbs.yaml

Large diffs are not rendered by default.

1,714 changes: 768 additions & 946 deletions config/crd/bases/metallb.io_metallbs.yaml

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: metallb-manager-role
rules:
- apiGroups:
Expand Down Expand Up @@ -106,7 +105,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: metallb-manager-role
namespace: metallb-system
rules:
Expand Down
1 change: 0 additions & 1 deletion config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
creationTimestamp: null
name: metallb-operator-webhook-configuration
webhooks:
- admissionReviewVersions:
Expand Down

0 comments on commit 44614c7

Please sign in to comment.