Skip to content

Commit 9e2d454

Browse files
committed
Fix bad link
1 parent 99202e9 commit 9e2d454

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed
-61.6 KB
Binary file not shown.

static/helm/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# NetObserv Operator
2+
3+
NetObserv Operator is a Kubernetes / OpenShift operator for network observability. It deploys a monitoring pipeline that consists in:
4+
- an eBPF agent, that generates network flows from captured packets
5+
- flowlogs-pipeline, a component that collects, enriches and exports these flows
6+
- when used in OpenShift, a Console plugin for flows visualization with powerful filtering options, a topology representation and more
7+
8+
Flow data is then available in multiple ways, each optional:
9+
10+
- As Prometheus metrics
11+
- As raw flow logs stored in Loki
12+
- As raw flow logs exported to a collector

static/helm/index.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
22
entries:
3-
NetObserv operator:
3+
netobserv-operator:
44
- apiVersion: v2
55
appVersion: 1.8.0-community
6-
created: "2025-03-10T17:07:25.931253726+01:00"
6+
created: "2025-03-10T17:45:58.266924169+01:00"
77
description: Network Observability in Kubernetes based on eBPF.
8-
digest: 199d20e15e453ca6161f98431353fca535af7a8f3b55122a67885d2fee9ad611
8+
digest: 582c05641b034138f94e4857dddcdf8c6fd9372f1c250786a77892a803924a11
99
home: https://netobserv.io/
1010
icon: https://netobserv.io/static/assets/images/netobserv.svg
1111
keywords:
@@ -37,6 +37,6 @@ entries:
3737
- https://github.com/netobserv/network-observability-cli
3838
type: application
3939
urls:
40-
- https://netobserv.io/static/helm/NetObserv%20operator-1.8.0-community.tgz
40+
- https://netobserv.io/static/helm/netobserv-operator-1.8.0-community.tgz
4141
version: 1.8.0-community
42-
generated: "2025-03-10T17:07:25.927684387+01:00"
42+
generated: "2025-03-10T17:45:58.263657101+01:00"
61.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)