Skip to content

Commit 561a1bb

Browse files
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 [@&#8203;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 [@&#8203;bastienwirtz](https://redirect.github.com/bastienwirtz) in [https://github.com/bastienwirtz/homer/pull/890](https://redirect.github.com/bastienwirtz/homer/pull/890) #### New Contributors - [@&#8203;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**: bastienwirtz/homer@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=-->
1 parent 5d38c77 commit 561a1bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/stable/homer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
truecharts.org/min_helm_version: "3.11"
77
truecharts.org/train: stable
88
apiVersion: v2
9-
appVersion: 25.03.2
9+
appVersion: 25.03.3
1010
dependencies:
1111
- name: common
1212
version: 25.4.10
@@ -34,4 +34,4 @@ sources:
3434
- https://github.com/truecharts/charts/tree/master/charts/stable/homer
3535
- https://hub.docker.com/r/b4bz/homer
3636
type: application
37-
version: 12.1.1
37+
version: 12.1.2

charts/stable/homer/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: docker.io/b4bz/homer
3-
tag: v25.03.2@sha256:24fa81e40e01d9d2fbeb187a1a7e561a62494bd56243156ab88cefe513111921
3+
tag: v25.03.3@sha256:68a0ac0903df0c69de8aa1a409a8411a980dd5c914db2c3fd0fb7865d209df24
44
pullPolicy: IfNotPresent
55
service:
66
main:

0 commit comments

Comments
 (0)