chore(helm): update image renovate/renovate 38.128.6 → 38.128.7 (#28128)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | patch | -> | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.128.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.128.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.128.6...38.128.7) ##### Bug Fixes - **platform:** trim labels ([#​32015](https://redirect.github.com/renovatebot/renovate/issues/32015)) ([a944035](https://redirect.github.com/renovatebot/renovate/commit/a94403589e014857d3b0ec48eb88607a7924fe1f)) ##### Documentation - **timezone:** fix typo ([#​32052](https://redirect.github.com/renovatebot/renovate/issues/32052)) ([dcdbffa](https://redirect.github.com/renovatebot/renovate/commit/dcdbffa54a94fe2e5cb0d5710d5eb1d0ab77c3e3)) - update references to renovate/renovate ([#​32050](https://redirect.github.com/renovatebot/renovate/issues/32050)) ([cfc2e47](https://redirect.github.com/renovatebot/renovate/commit/cfc2e47905dc0b09b18c7d6da65430fa6cabcb9a)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.4.33 ([#​32049](https://redirect.github.com/renovatebot/renovate/issues/32049)) ([a15915f](https://redirect.github.com/renovatebot/renovate/commit/a15915f31a7e38113b0477710098b85e26c80c18)) - **deps:** update dependency memfs to v4.14.0 ([#​32047](https://redirect.github.com/renovatebot/renovate/issues/32047)) ([29177f8](https://redirect.github.com/renovatebot/renovate/commit/29177f89fbb4c692167131bd08dfbac2d5bf2d95)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v12.0.10 ([#​32053](https://redirect.github.com/renovatebot/renovate/issues/32053)) ([34a04c0](https://redirect.github.com/renovatebot/renovate/commit/34a04c0b97033f713331e470f61b0e05f083ee95)) - **label-actions:** rewrite no-pings ([#​32051](https://redirect.github.com/renovatebot/renovate/issues/32051)) ([ba6e630](https://redirect.github.com/renovatebot/renovate/commit/ba6e630c08328da4064ca75a3ae2f428c0f2ed3c)) ##### Code Refactoring - **github:** Use matching refs search instead of HEAD requests ([#​32046](https://redirect.github.com/renovatebot/renovate/issues/32046)) ([2188048](https://redirect.github.com/renovatebot/renovate/commit/218804895dc154c2805fbdc2a2ead9c838efcda4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
annotations:
|
||||
truecharts.org/category: security
|
||||
truecharts.org/max_helm_version: "3.15"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.1
|
||||
appVersion: 38.128.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -13,7 +15,7 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: renovate self-hosted
|
||||
home: https://truecharts.org/charts/premium/renovate
|
||||
home: https://truecharts.org/charts/incubator/renovate
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp
|
||||
keywords:
|
||||
- renovate
|
||||
@@ -24,6 +26,7 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: renovate
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/renovate
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
|
||||
- https://hub.docker.com/r/renovate/renovate
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: renovate/renovate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 38.128.6
|
||||
tag: 38.128.7
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user