chore(helm): update image ghcr.io/mend/renovate-ce 9.9.2 → 9.10.0 (#35085)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee) | minor | `00be8b2` -> `f27a347` | --- > [!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> ### [`v9.10.0`](https://redirect.github.com/mend/renovate-ce-ee/releases/tag/9.10.0) [Compare Source](https://redirect.github.com/mend/renovate-ce-ee/compare/9.9.2...9.10.0) #### Heads Up - The next planned release is going to be a major version bump including renovate@v40 #### Application changes - Renovate CLI: Update from `39.238.0` to `39.264.0` - [Docs](https://redirect.github.com/renovatebot/renovate/releases/download/39.264.0/docs.tgz) - [Full change log](https://octochangelog.com/compare?repo=renovatebot%2Frenovate\&from=39.238.0\&to=39.264.0) - chore: update deps #### Docs and Helm Charts - Fix ingress subcharting issue by [@​mvineza](https://redirect.github.com/mvineza) in [https://github.com/mend/renovate-ce-ee/pull/655](https://redirect.github.com/mend/renovate-ce-ee/pull/655) - feat(ee): add tls template configuration support by [@​Gabriel-Ladzaretti](https://redirect.github.com/Gabriel-Ladzaretti) in [https://github.com/mend/renovate-ce-ee/pull/700](https://redirect.github.com/mend/renovate-ce-ee/pull/700) - feat(ee-chart): make ingress hostname configurable for the server svc by [@​Gabriel-Ladzaretti](https://redirect.github.com/Gabriel-Ladzaretti) in [https://github.com/mend/renovate-ce-ee/pull/704](https://redirect.github.com/mend/renovate-ce-ee/pull/704) - chore(deps): update nginx docker tag to v1.28.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/mend/renovate-ce-ee/pull/698](https://redirect.github.com/mend/renovate-ce-ee/pull/698) - chore(deps): update dpage/pgadmin4 docker tag to v9.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/mend/renovate-ce-ee/pull/701](https://redirect.github.com/mend/renovate-ce-ee/pull/701) - chore(deps): update actions/setup-python action to v5.6.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/mend/renovate-ce-ee/pull/699](https://redirect.github.com/mend/renovate-ce-ee/pull/699) - chore(deps): update update mend renovate docker images to v9.10.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/mend/renovate-ce-ee/pull/705](https://redirect.github.com/mend/renovate-ce-ee/pull/705) **Full Changelog**: https://github.com/mend/renovate-ce-ee/compare/9.9.2...9.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.9.2
|
||||
appVersion: 9.10.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/mend/renovate-ce-ee
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate
|
||||
type: application
|
||||
version: 1.5.2
|
||||
version: 1.6.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/mend/renovate-ce
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.9.2@sha256:00be8b2494d48910a702ac155be95ed1d2a5f945781169d350560af96a15ea4f
|
||||
tag: 9.10.0@sha256:f27a347aa9504463827aead97546bf3efc8e08202978e50094598d4d5f5294ea
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user