Files
truecharts/charts/stable/peanut/values.yaml
T
TrueCharts BotandGitHub 060bae5f40 chore(helm): update image docker.io/brandawg93/peanut 5.11.0 → 5.12.0 (#38317)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT)
| minor | `c5b584f` -> `0b1bac1` |

---

> [!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>

###
[`v5.12.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.12.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.11.0...v5.12.0)

#### What's Changed

- Allow sections to be rearranged by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/286](https://redirect.github.com/Brandawg93/PeaNUT/pull/286)
- Bump actions/checkout from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/Brandawg93/PeaNUT/pull/289](https://redirect.github.com/Brandawg93/PeaNUT/pull/289)9
- New loading skeleton by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/288](https://redirect.github.com/Brandawg93/PeaNUT/pull/288)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v5.11.0...v5.12.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-13 03:55:32 +00:00

27 lines
533 B
YAML

image:
repository: docker.io/brandawg93/peanut
tag: 5.12.0@sha256:0b1bac17ed598fcefd1c0366a67431f21e209be29e4f2ab5c7cf895e4a2fb968
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10688
persistence:
config:
enabled: true
mountPath: "/config"
workload:
main:
podSpec:
containers:
main:
env:
WEB_PORT: "{{ .Values.service.main.ports.main.port }}"