Skip to content

Commit bf2dcf3

Browse files
Merge branch 'main' of https://github.com/Sheikh-Abubaker/helm-charts into grafana_template
2 parents 3ee5555 + bf8bb26 commit bf2dcf3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/agent-operator/Chart.yaml

+4-4
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.3.8
6-
appVersion: "0.37.2"
5+
version: 0.3.9
6+
appVersion: "0.37.3"
77
home: https://grafana.com/docs/agent/v0.37/
8-
icon: https://raw.githubusercontent.com/grafana/agent/v0.37.2/docs/sources/assets/logo_and_name.png
8+
icon: https://raw.githubusercontent.com/grafana/agent/v0.37.3/docs/sources/assets/logo_and_name.png
99
sources:
10-
- https://github.com/grafana/agent/tree/v0.37.2/pkg/operator
10+
- https://github.com/grafana/agent/tree/v0.37.3/pkg/operator
1111
maintainers:
1212
- name: Grafana Agent Team
1313
email: grafana-agent-team@googlegroups.com

charts/agent-operator/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# grafana-agent-operator
22

3-
![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.2](https://img.shields.io/badge/AppVersion-0.37.2-informational?style=flat-square)
3+
![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.3](https://img.shields.io/badge/AppVersion-0.37.3-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.37.2/pkg/operator>
11+
* <https://github.com/grafana/agent/tree/v0.37.3/pkg/operator>
1212

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

@@ -63,7 +63,7 @@ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
6363
| image.pullSecrets | list | `[]` | Image pull secrets |
6464
| image.registry | string | `"docker.io"` | Image registry |
6565
| image.repository | string | `"grafana/agent-operator"` | Image repo |
66-
| image.tag | string | `"v0.37.2"` | Image tag |
66+
| image.tag | string | `"v0.37.3"` | Image tag |
6767
| 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 |
6868
| nameOverride | string | `""` | Overrides the chart's name |
6969
| nodeSelector | object | `{}` | nodeSelector configuration |

charts/agent-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ image:
3737
# -- Image repo
3838
repository: grafana/agent-operator
3939
# -- Image tag
40-
tag: v0.37.2
40+
tag: v0.37.3
4141
# -- Image pull policy
4242
pullPolicy: IfNotPresent
4343
# -- Image pull secrets

0 commit comments

Comments
 (0)