mirror of
https://github.com/truecharts/charts.git
synced 2026-07-22 13:09:49 -03:00
chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.129.0 → v1.129.1 (#41414)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/victoriametrics/victoria-metrics](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics) | patch | `4d05e6f` -> `ab12985` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (docker.io/victoriametrics/victoria-metrics)</summary> ### [`v1.129.1`](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.129.1) [Compare Source](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.129.0...v1.129.1) #### [v1.129.1](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.129.1) Released at 2025-11-04 - BUGFIX: `vminsert`, [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): properly apply `maxDataSize` memory limits to the `snappy` encoded requests. It protects ingest endpoints from malicious requests. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.129.0
|
||||
appVersion: 1.129.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -36,8 +36,9 @@ maintainers:
|
||||
name: victoriametrics
|
||||
sources:
|
||||
- https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/victoriametrics
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/victoriametrics
|
||||
- https://hub.docker.com/r/victoriametrics/victoria-metrics
|
||||
type: application
|
||||
version: 4.20.0
|
||||
version: 4.20.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/victoriametrics/victoria-metrics
|
||||
tag: v1.129.0@sha256:4d05e6f5bc1a8c878d81234acd18bb84240e1e0d4e7e1641d6ee7941731e4dcd
|
||||
tag: v1.129.1@sha256:ab12985b467509f37e55835a314f0e6a60e3c82730ab3636666843135dea5033
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user