Skip to content

Commit

Permalink
fix: Move NOO CRDs to template directory (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Feb 17, 2025
1 parent 69652bc commit fb6975b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion charts/network-observability-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: network-observability-operator
description: A Helm chart for Kubernetes that installs Network Observability Operator
type: application
version: 0.1.0
version: 0.1.1
appVersion: "1.8.0-community"
home: https://github.com/netobserv/network-observability-operator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: flowcollectors.flows.netobserv.io
spec:
conversion:
Expand Down Expand Up @@ -8386,9 +8385,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
name: flowmetrics.flows.netobserv.io
spec:
conversion:
Expand Down Expand Up @@ -313,9 +312,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null

0 comments on commit fb6975b

Please sign in to comment.