chore(deps): update ignored by renovate (patch) (#18689)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `18.0.3` -> `18.0.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `17.5.0` -> `17.5.1` | | [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 <details> <summary>grafana/agent (grafana/agent-operator)</summary> ### [`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)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -7,10 +7,10 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 0.39.1
|
||||
appVersion: 0.39.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.5.0
|
||||
version: 17.5.1
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.p
|
||||
keywords:
|
||||
- grafana-agent
|
||||
- shell
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-agent-operator
|
||||
- https://hub.docker.com/r/grafana/agent-operator
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: grafana/agent-operator
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.39.1
|
||||
tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f
|
||||
|
||||
podOptions:
|
||||
automountServiceAccountToken: true
|
||||
|
||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
||||
appVersion: 0.17.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
version: 18.0.4
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
|
||||
- https://ghcr.io/linuxserver/speedtest-tracker
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
|
||||
Reference in New Issue
Block a user