Skip to content

Commit

Permalink
Update Agent operator chart to 0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Jan 29, 2025
1 parent 8c49a2c commit 10c4423
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions charts/agent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: grafana-agent-operator
description: A Helm chart for Grafana Agent Operator
type: application
version: 0.5.0
appVersion: "0.43.3"
home: https://grafana.com/docs/agent/v0.43/
icon: https://raw.githubusercontent.com/grafana/agent/v0.43.3/docs/sources/assets/logo_and_name.png
version: 0.5.1
appVersion: "0.44.2"
home: https://grafana.com/docs/agent/v0.44/
icon: https://raw.githubusercontent.com/grafana/agent/v0.44.2/docs/sources/assets/logo_and_name.png
sources:
- https://github.com/grafana/agent/tree/v0.43.3/static/operator
- https://github.com/grafana/agent/tree/v0.44.2/static/operator
maintainers:
- name: Grafana Agent Team
email: [email protected]
4 changes: 2 additions & 2 deletions charts/agent-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# grafana-agent-operator

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.43.3](https://img.shields.io/badge/AppVersion-0.43.3-informational?style=flat-square)
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.44.2](https://img.shields.io/badge/AppVersion-0.44.2-informational?style=flat-square)

A Helm chart for Grafana Agent Operator

⚠️ **Please create issues relating to this Helm chart in the [Agent](https://github.com/grafana/agent/issues) repo.**

## Source Code

* <https://github.com/grafana/agent/tree/v0.43.3/static/operator>
* <https://github.com/grafana/agent/tree/v0.44.2/static/operator>

Note that this chart does not provision custom resources like `GrafanaAgent` and `MetricsInstance` (formerly `PrometheusInstance`) or any `*Monitor` resources.

Expand Down
2 changes: 1 addition & 1 deletion charts/agent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ image:
# -- Image repo
repository: grafana/agent-operator
# -- Image tag
tag: v0.43.3
tag: v0.44.2
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down

0 comments on commit 10c4423

Please sign in to comment.