Skip to content

Commit

Permalink
ch
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Jan 4, 2024
1 parent 1ac650a commit 916a37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13.2
controller-gen.kubebuilder.io/version: v0.13.1
creationTimestamp: null
name: podinfo.cilium.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
// TPCRDName is the full name of the TracingPolicy CRD.
TPCRDName = TPKindDefinition + "/" + CRDVersion

CustomResourceDefinitionSchemaVersion = "0.10.2"
CustomResourceDefinitionSchemaVersion = "0.10.1"


// TPNamespacedCRDName is the full name of the TracingPolicy CRD.
Expand Down

0 comments on commit 916a37e

Please sign in to comment.