mirror of
https://github.com/truecharts/charts.git
synced 2026-08-01 15:14:39 -03:00
chore(helm): update image ghcr.io/mend/renovate-ce 9.4.0 → 9.5.0 (#32517)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee) | minor | `89dbbca` -> `14e7dcd` | 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> ### [`v9.5.0`](https://redirect.github.com/mend/renovate-ce-ee/releases/tag/9.5.0) [Compare Source](https://redirect.github.com/mend/renovate-ce-ee/compare/9.4.0...9.5.0) #### Application changes - Renovate CLI: Update from `39.145.0` to `39.176.2` - [Docs](https://redirect.github.com/renovatebot/renovate/releases/download/39.176.2/docs.tgz) - [Full change log](https://octochangelog.com/compare?repo=renovatebot%2Frenovate\&from39.145.0\&to=39.176.2) #### Docs and Helm Charts - typo on helm install repo by [@​LinuxEclipsed](https://redirect.github.com/LinuxEclipsed) in [https://github.com/mend/renovate-ce-ee/pull/652](https://redirect.github.com/mend/renovate-ce-ee/pull/652) - Make ingress paths configurable by [@​mvineza](https://redirect.github.com/mvineza) in [https://github.com/mend/renovate-ce-ee/pull/653](https://redirect.github.com/mend/renovate-ce-ee/pull/653) - remove -full suffix from tag and add it to a boolean useFull by [@​fitz7](https://redirect.github.com/fitz7) in [https://github.com/mend/renovate-ce-ee/pull/650](https://redirect.github.com/mend/renovate-ce-ee/pull/650) - chore(charts): update update mend renovate docker images to v9.5.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/mend/renovate-ce-ee/pull/654](https://redirect.github.com/mend/renovate-ce-ee/pull/654) #### New Contributors - [@​LinuxEclipsed](https://redirect.github.com/LinuxEclipsed) made their first contribution in [https://github.com/mend/renovate-ce-ee/pull/652](https://redirect.github.com/mend/renovate-ce-ee/pull/652) - [@​mvineza](https://redirect.github.com/mvineza) made their first contribution in [https://github.com/mend/renovate-ce-ee/pull/653](https://redirect.github.com/mend/renovate-ce-ee/pull/653) - [@​fitz7](https://redirect.github.com/fitz7) made their first contribution in [https://github.com/mend/renovate-ce-ee/pull/650](https://redirect.github.com/mend/renovate-ce-ee/pull/650) **Full Changelog**: https://github.com/mend/renovate-ce-ee/compare/9.4.0...9.5.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.4.0
|
||||
appVersion: 9.5.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/mend/renovate-ce-ee
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.1.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/mend/renovate-ce
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.4.0@sha256:89dbbcac0071069a1870c3078cfe3cf3974b435be17c76b44dfee8bcbdf522b3
|
||||
tag: 9.5.0@sha256:14e7dcd747fcd130607b8761942ffe5102f3e2c327d23c01350c6946bc5d8ec6
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user