Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Feb 16, 2022
1 parent ea897dc commit 966ef9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/grafana-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# grafana-agent

![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.0](https://img.shields.io/badge/AppVersion-v0.15.0-informational?style=flat-square)
![Version: 1.0.20](https://img.shields.io/badge/Version-1.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square)

This chart is a temporary solution while the [Operator is not finished](https://github.com/grafana/agent/pull/549),
after that this chart will be discontinued.
Expand Down Expand Up @@ -64,6 +64,7 @@ A major chart version change indicates that there is an incompatible breaking ch
| prometheusDaemonSet.tenant | string | `""` | Add the X-Scope-OrgID header to the requests, usefull when using multitenant cortex feature |
| prometheusDeployment.basicAuth | object | `{}` | Credentials of the remote endpoint |
| prometheusDeployment.config | string | See `values.yaml` | Section for configuring the prometheus deployment part of the agent |
| prometheusDeployment.containerSecurityContext | object | `{}` | The security context for container |
| prometheusDeployment.enabled | bool | `true` | Enable metrics collection in deployment mode |
| prometheusDeployment.remoteWriteURL | string | `"http://localhost/api/prom/push"` | |
| prometheusDeployment.tenant | string | `""` | Add the X-Scope-OrgID header to the requests, usefull when using multitenant cortex feature |
Expand Down

0 comments on commit 966ef9f

Please sign in to comment.