forked from RemoteSync/grafana-meta-monitoring-chart
16
docs/dev_update_dependencies.md
Normal file
16
docs/dev_update_dependencies.md
Normal 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
|
||||
```
|
BIN
docs/images/Meta monitoring cloud.png
Normal file
BIN
docs/images/Meta monitoring cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
docs/images/Meta monitoring local.png
Normal file
BIN
docs/images/Meta monitoring local.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
27
docs/installation.md
Normal file
27
docs/installation.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Install this chart
|
||||
|
||||
1. Create the meta namespace
|
||||
|
||||
```
|
||||
kubectl create namespace meta
|
||||
```
|
||||
|
||||
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml).
|
||||
|
||||
1. Install this helm chart
|
||||
|
||||
```
|
||||
helm install -n meta meta ./charts/meta-monitoring
|
||||
```
|
||||
|
||||
1. Upgrade
|
||||
|
||||
```
|
||||
helm upgrade --install -n meta meta ./charts/meta-monitoring
|
||||
```
|
||||
|
||||
1. Delete this chart:
|
||||
|
||||
```
|
||||
helm delete -n meta meta
|
||||
```
|
Reference in New Issue
Block a user