Skip to content

Commit 21ecbd4

Browse files
committed
docs: fix broken chart links
Signed-off-by: Dentrax <[email protected]>
1 parent 8a3f049 commit 21ecbd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Prometheus Metrics Exporter for Falco output events
1515
- Before using **falco-exporter**, you need [Falco installed](https://falco.org/docs/getting-started/installation/) and running with the [gRPC Output](https://falco.org/docs/grpc/) enabled (over Unix socket by default).
1616
- Since **falco-exporter** `v0.3.0`:
1717
- the minimum required version of Falco is `0.24.0`
18-
- if using Helm, the minimum required version of the [Falco Chart](https://github.com/falcosecurity/charts/tree/master/falco) is `v1.2.0`
18+
- if using Helm, the minimum required version of the [Falco Chart](https://github.com/falcosecurity/charts/tree/master/charts/falco) is `v1.2.0`
1919
- Since **falco-exporter** `v0.8.0`:
2020
- the default Unix socket path is `/run/falco/falco.sock` to be compatible with Falco 0.33.0 and later (in previous version it defaulted to `/var/run/falco.sock`)
2121

@@ -59,7 +59,7 @@ docker run -v /path/to/falco.sock:/run/falco/falco.sock falcosecurity/falco-expo
5959

6060
### Using Helm
6161

62-
Using the [falco-exporter Helm Chart](https://github.com/falcosecurity/charts/tree/master/falco-exporter) is the easiest way to deploy **falco-exporter**.
62+
Using the [falco-exporter Helm Chart](https://github.com/falcosecurity/charts/tree/master/charts/falco-exporter) is the easiest way to deploy **falco-exporter**.
6363

6464
Before installing the chart, add the `falcosecurity` charts repository:
6565

@@ -68,13 +68,13 @@ helm repo add falcosecurity https://falcosecurity.github.io/charts
6868
helm repo update
6969
```
7070

71-
Finally, to install the chart with the release name `falco-exporter` and default [configuration values](https://github.com/falcosecurity/charts/blob/master/falco-exporter/values.yaml):
71+
Finally, to install the chart with the release name `falco-exporter` and default [configuration values](https://github.com/falcosecurity/charts/blob/master/charts/falco-exporter/values.yaml):
7272

7373
```shell
7474
helm install falco-exporter falcosecurity/falco-exporter
7575
```
7676

77-
The full documentation of the Helm Chart is [here](https://github.com/falcosecurity/charts/tree/master/falco-exporter).
77+
The full documentation of the Helm Chart is [here](https://github.com/falcosecurity/charts/blob/master/charts/falco-exporter/README.md).
7878

7979
### Using resource templates
8080

0 commit comments

Comments
 (0)