mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 17:41:22 -03:00
chore(helm): update image docker.io/brandawg93/peanut 5.7.1 → 5.7.2 (#34440)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | patch | `044f82b` -> `74f053d` | 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> ### [`v5.7.2`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.7.2) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.7.1...v5.7.2) #### What's Changed - Fix websocket with no auth by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/230](https://redirect.github.com/Brandawg93/PeaNUT/pull/230) - Package updates by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/232](https://redirect.github.com/Brandawg93/PeaNUT/pull/232) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.7.1...v5.7.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.7.1
|
||||
appVersion: 5.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/peanut
|
||||
- https://hub.docker.com/r/brandawg93/peanut
|
||||
type: application
|
||||
version: 7.1.1
|
||||
version: 7.1.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/brandawg93/peanut
|
||||
tag: 5.7.1@sha256:044f82b9a27fa7a421823b9063771f6d26ee79f18cfdfe4fd99808cab22727f5
|
||||
tag: 5.7.2@sha256:74f053d0ab3c9d811cb4f4685610804ccc6788f3f4ef38de6d4ef33251f5c981
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user