mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 12:04:55 -03:00
chore(helm): update image ghcr.io/mend/renovate-ce 11.5.0 → 12.0.0 (#41461)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee) | major | `0bac55c` -> `765132d` | --- > [!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>mend/renovate-ce-ee (ghcr.io/mend/renovate-ce)</summary> ### [`v12.0.0`](https://redirect.github.com/mend/renovate-ce-ee/releases/tag/12.0.0) [Compare Source](https://redirect.github.com/mend/renovate-ce-ee/compare/11.5.0...12.0.0) #### Application changes - Renovate CLI: Update from `v41.143.1` to `v41.156.1` - [Docs](https://redirect.github.com/renovatebot/renovate/releases/download/41.156.1/docs.tgz) - [Full changelog](https://octochangelog.com/compare?repo=renovatebot%2Frenovate\&from=41.143.10\&to=41.156.1) - chore(deps): update dependencies - refactor(bitbucket): improve pagination and apis use - fea(scheduling)!: migrate from `node-cron` to `croner` that supports extended cron syntax - Breaking: compared to `node-cron` the month indexing changed from `0-11` (Jan-Dec) to `1-12` (Jan-Dec) - feat: day-of-week updated indexing from 0-6 (Sun-Sat) to 0-7 (Sun-Sun) - feat: supports extended cron [syntax](https://redirect.github.com/hexagon/croner?tab=readme-ov-file#pattern). Now allows wildcards. - Note: In reality we don't expect anyone to use a cron schedule that targets only a specific month (usually its just `*`) and therefore this release is only "technically breaking" #### Docs and Helm Charts - chore(deps): update update mend renovate docker images to v12 (major) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​764](https://redirect.github.com/mend/renovate-ce-ee/pull/764) **Full Changelog**: <https://github.com/mend/renovate-ce-ee/compare/11.5.0...12.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
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: 11.5.0
|
||||
appVersion: 12.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -36,7 +36,8 @@ name: mend-renovate
|
||||
sources:
|
||||
- https://ghcr.io/mend/renovate-ce
|
||||
- https://github.com/mend/renovate-ce-ee
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mend-renovate
|
||||
type: application
|
||||
version: 4.14.2
|
||||
version: 5.0.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/mend/renovate-ce
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.5.0@sha256:0bac55cf392e55e61c0285674b3296f6de81511c2b4151403ad38335771d2e17
|
||||
tag: 12.0.0@sha256:765132dcd912c8fecceaae48040460af533c02079d245447a9bc386548623f25
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user