diff --git a/charts/grafana-agent/Chart.yaml b/charts/grafana-agent/Chart.yaml index 80f2d37..6d83124 100644 --- a/charts/grafana-agent/Chart.yaml +++ b/charts/grafana-agent/Chart.yaml @@ -3,7 +3,7 @@ name: grafana-agent description: Grafana Agent is a telemetry collector for sending metrics, logs, and trace data to the opinionated Grafana observability stack. type: application appVersion: v0.14.0 -version: 1.0.16 +version: 1.0.17 home: https://github.com/grafana/agent/ sources: - https://grafana.com/docs/grafana-cloud/agent/ diff --git a/charts/grafana-agent/README.md b/charts/grafana-agent/README.md index 75158ea..9d9f60e 100644 --- a/charts/grafana-agent/README.md +++ b/charts/grafana-agent/README.md @@ -1,6 +1,6 @@ # grafana-agent -![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square) +![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.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. diff --git a/charts/grafana-agent/templates/service.yaml b/charts/grafana-agent/templates/service.yaml index 833acc2..7321ff8 100644 --- a/charts/grafana-agent/templates/service.yaml +++ b/charts/grafana-agent/templates/service.yaml @@ -43,5 +43,5 @@ spec: protocol: TCP targetPort: 55678 selector: - name: {{ include "agent.fullname" . }} + {{- include "agent.selectorLabels" . | nindent 4 }} {{- end }}