grafana-meta-monitoring-chart/docs/dev_update_dependencies.md
Michel Hollands 5a73fb9a21 Add docs
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-23 14:20:11 +01:00

17 lines
428 B
Markdown

# Update the dependencies
The dependencies are the version of Loki, Mimir, Agent and so on that are included in this chart.
The current versions can be found in the [Chart.yaml](../charts/meta-monitoring/Chart.yaml) file.
Run this in the charts/meta-monitoring directory after updating a dependency:
```
helm dependency update meta-monitoring
```
List the current dependencies:
```
helm dependency list meta-monitoring
```