Skip to content

Commit

Permalink
k8s: fix ciliumpodippools CRD controller-gen version
Browse files Browse the repository at this point in the history
This commit fixes the outdated version in the annotation
`controller-gen.kubebuilder.io/version` of the CRD ciliumpodippools
by updating it to `v0.11.4`.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and dylandreimerink committed Jun 7, 2023
1 parent b302f77 commit 41a48c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
controller-gen.kubebuilder.io/version: v0.11.4
creationTimestamp: null
name: ciliumpodippools.cilium.io
spec:
Expand Down

0 comments on commit 41a48c5

Please sign in to comment.