From 10c4423abef19f1bafedfb393deb8ce46bc87e26 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 29 Jan 2025 17:27:25 +0000 Subject: [PATCH] Update Agent operator chart to 0.44 --- charts/agent-operator/Chart.yaml | 10 +++++----- charts/agent-operator/README.md | 4 ++-- charts/agent-operator/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/agent-operator/Chart.yaml b/charts/agent-operator/Chart.yaml index ea70f4756a..3d8425277e 100644 --- a/charts/agent-operator/Chart.yaml +++ b/charts/agent-operator/Chart.yaml @@ -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: grafana-agent-team@googlegroups.com diff --git a/charts/agent-operator/README.md b/charts/agent-operator/README.md index b39b26a979..eda1e39223 100644 --- a/charts/agent-operator/README.md +++ b/charts/agent-operator/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ A Helm chart for Grafana Agent Operator ## Source Code -* +* Note that this chart does not provision custom resources like `GrafanaAgent` and `MetricsInstance` (formerly `PrometheusInstance`) or any `*Monitor` resources. diff --git a/charts/agent-operator/values.yaml b/charts/agent-operator/values.yaml index 5f7adc5cf6..0fb0fc94c4 100644 --- a/charts/agent-operator/values.yaml +++ b/charts/agent-operator/values.yaml @@ -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