Skip to content

Commit

Permalink
fix: Fix network-observability-operator chart (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Feb 18, 2025
1 parent 7c28faa commit 3fa9c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0
version: 0.2.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,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "network-observability-operator.fullname" . }}-ca
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/webhook-server-cert
name: flowcollectors.flows.netobserv.io
spec:
conversion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "network-observability-operator.fullname" . }}-ca
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/webhook-server-cert
name: flowmetrics.flows.netobserv.io
spec:
conversion:
Expand Down

0 comments on commit 3fa9c97

Please sign in to comment.