From dc67574411c95ea32c9febc4b610e26dc0f9dfb2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 26 Feb 2024 19:23:19 +0100 Subject: [PATCH] chore(deps): update container image grafana/agent-operator to v0.39.2@841e8e1 by renovate (#18686) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/agent-operator](https://togithub.com/grafana/agent) | patch | `v0.39.1` -> `v0.39.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
grafana/agent (grafana/agent-operator) ### [`v0.39.2`](https://togithub.com/grafana/agent/blob/HEAD/CHANGELOG.md#v0392-2024-1-31) [Compare Source](https://togithub.com/grafana/agent/compare/v0.39.1...v0.39.2) ##### Bugfixes - Fix error introduced in v0.39.0 preventing remote write to Amazon Managed Prometheus. ([@​captncraig](https://togithub.com/captncraig)) - An error will be returned in the converter from Static to Flow when `scrape_integration` is set to `true` but no `remote_write` is defined. ([@​erikbaranowski](https://togithub.com/erikbaranowski))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/operators/grafana-agent-operator/Chart.yaml | 10 ++++++---- charts/operators/grafana-agent-operator/README.md | 2 +- charts/operators/grafana-agent-operator/values.yaml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/operators/grafana-agent-operator/Chart.yaml b/charts/operators/grafana-agent-operator/Chart.yaml index a7cb1cd127d..47f088c3bb5 100644 --- a/charts/operators/grafana-agent-operator/Chart.yaml +++ b/charts/operators/grafana-agent-operator/Chart.yaml @@ -5,9 +5,9 @@ annotations: truecharts.org/category: system truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: operators apiVersion: v2 -appVersion: 18.0.1 +appVersion: 0.39.2 dependencies: - name: common version: 17.5.1 @@ -18,8 +18,8 @@ dependencies: import-values: [] deprecated: false description: Grafana Scraping Agent Operator -home: https://truecharts.org/charts/incubator/grafana-agent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent.png +home: https://truecharts.org/charts/operators/grafana-agent-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png keywords: - grafana-agent - shell @@ -31,5 +31,7 @@ maintainers: name: grafana-agent-operator sources: - https://grafana.com + - https://github.com/truecharts/charts/tree/master/charts/operators/grafana-agent-operator + - https://hub.docker.com/r/grafana/agent-operator type: application version: 1.0.1 diff --git a/charts/operators/grafana-agent-operator/README.md b/charts/operators/grafana-agent-operator/README.md index 0fc4dfd1da0..afa4345cff9 100644 --- a/charts/operators/grafana-agent-operator/README.md +++ b/charts/operators/grafana-agent-operator/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/atuin) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/grafana-agent-operator) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/charts/operators/grafana-agent-operator/values.yaml b/charts/operators/grafana-agent-operator/values.yaml index 93eb71e44bd..ba5a9b74107 100644 --- a/charts/operators/grafana-agent-operator/values.yaml +++ b/charts/operators/grafana-agent-operator/values.yaml @@ -1,7 +1,7 @@ image: repository: grafana/agent-operator pullPolicy: IfNotPresent - tag: v0.39.1 + tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f podOptions: automountServiceAccountToken: true