chore(helm): update image docker.io/b4bz/homer v25.03.2 → v25.03.3 (#33392)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer) ([source](https://redirect.github.com/bastienwirtz/homer)) | patch | `24fa81e` -> `68a0ac0` | --- > [!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>bastienwirtz/homer (docker.io/b4bz/homer)</summary> ### [`v25.03.3`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.03.3) [Compare Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.03.2...v25.03.3) <!-- Release notes generated using configuration in .github/release.yml at v25.03.3 --> #### What's Changed ##### Main changes - Add YAML config schema for auto complete support by [@​cbos](https://redirect.github.com/cbos) in [https://github.com/bastienwirtz/homer/pull/883](https://redirect.github.com/bastienwirtz/homer/pull/883) - fix(docker): Avoid logging docker healthcheck requests. by [@​bastienwirtz](https://redirect.github.com/bastienwirtz) in [https://github.com/bastienwirtz/homer/pull/890](https://redirect.github.com/bastienwirtz/homer/pull/890) #### New Contributors - [@​cbos](https://redirect.github.com/cbos) made their first contribution in [https://github.com/bastienwirtz/homer/pull/883](https://redirect.github.com/bastienwirtz/homer/pull/883) **Full Changelog**: https://github.com/bastienwirtz/homer/compare/v25.03.2...v25.03.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 25.03.2
|
||||
appVersion: 25.03.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homer
|
||||
- https://hub.docker.com/r/b4bz/homer
|
||||
type: application
|
||||
version: 12.1.1
|
||||
version: 12.1.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/b4bz/homer
|
||||
tag: v25.03.2@sha256:24fa81e40e01d9d2fbeb187a1a7e561a62494bd56243156ab88cefe513111921
|
||||
tag: v25.03.3@sha256:68a0ac0903df0c69de8aa1a409a8411a980dd5c914db2c3fd0fb7865d209df24
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user