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:
co-authored by
Kjeld Schouten
parent
9593adfa91
commit
4505e70e06
@@ -7,10 +7,10 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: incubator
|
truecharts.org/train: incubator
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.39.1
|
appVersion: 0.39.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.5.0
|
version: 17.5.1
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.p
|
|||||||
keywords:
|
keywords:
|
||||||
- grafana-agent
|
- grafana-agent
|
||||||
- shell
|
- shell
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-agent-operator
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-agent-operator
|
||||||
- https://hub.docker.com/r/grafana/agent-operator
|
- https://hub.docker.com/r/grafana/agent-operator
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.3
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: grafana/agent-operator
|
repository: grafana/agent-operator
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.39.1
|
tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f
|
||||||
|
|
||||||
podOptions:
|
podOptions:
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.17.2
|
appVersion: 0.17.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 18.0.3
|
version: 18.0.4
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -42,4 +42,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
|
||||||
- https://ghcr.io/linuxserver/speedtest-tracker
|
- https://ghcr.io/linuxserver/speedtest-tracker
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user