Skip to content

Commit a39c0b8

Browse files
committed
Update Agent operator chart to 0.44
Signed-off-by: Paulin Todev <[email protected]>
1 parent 8c49a2c commit a39c0b8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/agent-operator/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: grafana-agent-operator
33
description: A Helm chart for Grafana Agent Operator
44
type: application
5-
version: 0.5.0
6-
appVersion: "0.43.3"
7-
home: https://grafana.com/docs/agent/v0.43/
8-
icon: https://raw.githubusercontent.com/grafana/agent/v0.43.3/docs/sources/assets/logo_and_name.png
5+
version: 0.5.1
6+
appVersion: "0.44.2"
7+
home: https://grafana.com/docs/agent/v0.44/
8+
icon: https://raw.githubusercontent.com/grafana/agent/v0.44.2/docs/sources/assets/logo_and_name.png
99
sources:
10-
- https://github.com/grafana/agent/tree/v0.43.3/static/operator
10+
- https://github.com/grafana/agent/tree/v0.44.2/static/operator
1111
maintainers:
1212
- name: Grafana Agent Team
1313

charts/agent-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# grafana-agent-operator
22

3-
![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)
3+
![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)
44

55
A Helm chart for Grafana Agent Operator
66

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

99
## Source Code
1010

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

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

@@ -64,7 +64,7 @@ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
6464
| image.pullSecrets | list | `[]` | Image pull secrets |
6565
| image.registry | string | `"docker.io"` | Image registry |
6666
| image.repository | string | `"grafana/agent-operator"` | Image repo |
67-
| image.tag | string | `"v0.43.3"` | Image tag |
67+
| image.tag | string | `"v0.44.2"` | Image tag |
6868
| kubeletService | object | `{"namespace":"default","serviceName":"kubelet"}` | If both are set, Agent Operator will create and maintain a service for scraping kubelets https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets |
6969
| nameOverride | string | `""` | Overrides the chart's name |
7070
| nodeSelector | object | `{}` | nodeSelector configuration |

charts/agent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ image:
4141
# -- Image repo
4242
repository: grafana/agent-operator
4343
# -- Image tag
44-
tag: v0.43.3
44+
tag: v0.44.2
4545
# -- Image pull policy
4646
pullPolicy: IfNotPresent
4747
# -- Image pull secrets

0 commit comments

Comments
 (0)