Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands
2023-06-23 14:20:11 +01:00
parent 69e6d0c910
commit 5a73fb9a21
5 changed files with 62 additions and 29 deletions

View File

@@ -0,0 +1,16 @@
# 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
```