Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jochbru committed Jul 5, 2024
2 parents 41b7182 + 880175b commit e2986c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/librenms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring s

type: application

version: 3.8.0
version: 3.9.0
appVersion: "24.5.0"

dependencies:
Expand Down
10 changes: 5 additions & 5 deletions charts/librenms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ data center infrastructure management (DCIM) tool.
## TL;DR

```shell
$ helm repo add thechef23 https://thechef23.github.io/helm-librenms
$ helm install my-release thechef23-librenms/librenms --set appkey=<LibreNMS Application key>
$ helm repo add librenms https://www.librenms.org/helm-charts
$ helm install my-release librenms/librenms --set appkey=<LibreNMS Application key>
```

## Prerequisites
Expand All @@ -20,12 +20,12 @@ $ helm install my-release thechef23-librenms/librenms --set appkey=<LibreNMS App
To install the chart with the release name `my-release` and default configuration:

```shell
$ helm repo add thechef23 https://thechef23.github.io/helm-librenms
$ helm install my-release thechef23-librenms/librenms --set appkey=<LibreNMS Application key>
$ helm repo add librenms https://www.librenms.org/helm-charts
$ helm install my-release librenms/librenms --set appkey=<LibreNMS Application key>
```

## Values
Check the [values.yaml](/TheChef23/helm-librenms/blob/main/values.yaml) file for the available settings for this chart and its
Check the [values.yaml](/librenms/helm-charts/charts/librenms/blob/main/values.yaml) file for the available settings for this chart and its
dependencies.

### Required values:
Expand Down

0 comments on commit e2986c2

Please sign in to comment.