Skip to content

Commit

Permalink
Update controller-gen.kubebuilder.io/version to v0.10.0 (elastic#6036)
Browse files Browse the repository at this point in the history
Follow up of elastic#5978 which has been merged into main with the wrong controller tools version.
  • Loading branch information
barkbay authored and fantapsody committed Jan 3, 2023
1 parent c545364 commit 7a845a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/crds/v1/all-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: elasticsearches.elasticsearch.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: elasticsearchautoscalers.autoscaling.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
Expand Down

0 comments on commit 7a845a4

Please sign in to comment.