chore(helm): update image docker.io/brandawg93/peanut 4.4.2 → 4.4.4 (#30863)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | patch | `4ddbd9f` -> `1def542` | --- > [!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>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary> ### [`v4.4.4`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.4.4) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.4.3...v4.4.4) #### What's Changed - Better settings tests by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/152](https://redirect.github.com/Brandawg93/PeaNUT/pull/152) - Bump actions/checkout from 4.1.0 to 4.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/153](https://redirect.github.com/Brandawg93/PeaNUT/pull/153) - Fix status for some users by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/155](https://redirect.github.com/Brandawg93/PeaNUT/pull/155) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v4.4.3...v4.4.4 ### [`v4.4.3`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v4.4.3) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.4.2...v4.4.3) #### What's Changed - Final chart touchups by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/146](https://redirect.github.com/Brandawg93/PeaNUT/pull/146) - Update it translations by [@​ildoc](https://redirect.github.com/ildoc) in [https://github.com/Brandawg93/PeaNUT/pull/150](https://redirect.github.com/Brandawg93/PeaNUT/pull/150) - Fix broken environment variables by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/148](https://redirect.github.com/Brandawg93/PeaNUT/pull/148) #### New Contributors - [@​ildoc](https://redirect.github.com/ildoc) made their first contribution in [https://github.com/Brandawg93/PeaNUT/pull/150](https://redirect.github.com/Brandawg93/PeaNUT/pull/150) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v4.4.2...v4.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.4.2
|
||||
appVersion: 4.4.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/peanut
|
||||
- https://hub.docker.com/r/brandawg93/peanut
|
||||
type: application
|
||||
version: 5.2.2
|
||||
version: 5.2.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/brandawg93/peanut
|
||||
tag: 4.4.2@sha256:4ddbd9fe87708702e8f45ade576d774bbec42f4f23904dcf5f4917103269eed3
|
||||
tag: 4.4.4@sha256:1def542edd9b5ca5dcd2718c526a6c8a9652d84fb27552078dfc9f7dec854304
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user