grafana / agent

Vendor-neutral programmable observability pipelines.
https://grafana.com/docs/agent/
Apache License 2.0
1.59k stars 485 forks source link

Automate releases of Grafana Agent Operator Helm chart #1609

Open rfratto opened 2 years ago

rfratto commented 2 years ago

We should find a way to automate the releases of our Grafana Agent Operator Helm chart like @rlankfo did for the Homebrew formulas. The releases of the Grafana Agent Helm chart are automated, but not the one for the operator.

cc @captncraig

captncraig commented 2 years ago

I was planning to add it to the grafana helm charts repo: https://github.com/grafana/helm-charts That automatically makes a helm release when the code there is updated. The only automation on our end is bumping the app version and the chart version, which can be done with our drone over on this end.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed in 7 days if there is no new activity. Thank you for your contributions!

jeroenlandheer commented 1 year ago

Probably related to this: Grafana Loki charts uses Grafana-Agent-Operator as a sub-chart. This sub-chart is outdated (v0.25.1) and should be updated. v0.25.1 has several vulnerabilities (28 in the agent, 22 in the operator.) according to our Trivy scanner.