Skip to content

Commit

Permalink
Merge pull request #2995 from grafana/agent-v0.40
Browse files Browse the repository at this point in the history
[agent-operator] update helm chart for v0.40
  • Loading branch information
jcreixell committed Feb 27, 2024
2 parents 687a0b2 + 7040e4c commit df7ae36
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 6,660 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.3.15
appVersion: "0.39.1"
home: https://grafana.com/docs/agent/v0.39/
icon: https://raw.githubusercontent.com/grafana/agent/v0.39.1/docs/sources/assets/logo_and_name.png
version: 0.3.16
appVersion: "0.40.0"
home: https://grafana.com/docs/agent/v0.40/
icon: https://raw.githubusercontent.com/grafana/agent/v0.40.0/docs/sources/assets/logo_and_name.png
sources:
- https://github.com/grafana/agent/tree/v0.39.1/pkg/operator
- https://github.com/grafana/agent/tree/v0.40.0/pkg/operator
maintainers:
- name: Grafana Agent Team
email: grafana-agent-team@googlegroups.com
6 changes: 3 additions & 3 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.3.15](https://img.shields.io/badge/Version-0.3.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39.1](https://img.shields.io/badge/AppVersion-0.39.1-informational?style=flat-square)
![Version: 0.3.16](https://img.shields.io/badge/Version-0.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.0](https://img.shields.io/badge/AppVersion-0.40.0-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.39.1/pkg/operator>
* <https://github.com/grafana/agent/tree/v0.40.0/pkg/operator>

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

Expand Down Expand Up @@ -63,7 +63,7 @@ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
| image.pullSecrets | list | `[]` | Image pull secrets |
| image.registry | string | `"docker.io"` | Image registry |
| image.repository | string | `"grafana/agent-operator"` | Image repo |
| image.tag | string | `"v0.39.1"` | Image tag |
| image.tag | string | `"v0.40.0"` | Image tag |
| 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 |
| nameOverride | string | `""` | Overrides the chart's name |
| nodeSelector | object | `{}` | nodeSelector configuration |
Expand Down
255 changes: 0 additions & 255 deletions charts/agent-operator/crds/monitoring.coreos.com_podmonitors.yaml

Large diffs are not rendered by default.

264 changes: 0 additions & 264 deletions charts/agent-operator/crds/monitoring.coreos.com_probes.yaml

Large diffs are not rendered by default.

273 changes: 0 additions & 273 deletions charts/agent-operator/crds/monitoring.coreos.com_servicemonitors.yaml

Large diffs are not rendered by default.

4,084 changes: 0 additions & 4,084 deletions charts/agent-operator/crds/monitoring.grafana.com_grafanaagents.yaml

Large diffs are not rendered by default.

928 changes: 0 additions & 928 deletions charts/agent-operator/crds/monitoring.grafana.com_integrations.yaml

Large diffs are not rendered by default.

201 changes: 0 additions & 201 deletions charts/agent-operator/crds/monitoring.grafana.com_logsinstances.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

280 changes: 0 additions & 280 deletions charts/agent-operator/crds/monitoring.grafana.com_podlogs.yaml

Large diffs are not rendered by default.

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

0 comments on commit df7ae36

Please sign in to comment.