This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | patch | `86fb4aa` -> `d53d8dd` | --- > [!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.19.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.19.1) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.19.0...v5.19.1) #### What's Changed - Update NextJS for CVE by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​344](https://redirect.github.com/Brandawg93/PeaNUT/pull/344) **Full Changelog**: <https://github.com/Brandawg93/PeaNUT/compare/v5.19.0...v5.19.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
27 lines
533 B
YAML
27 lines
533 B
YAML
image:
|
|
repository: docker.io/brandawg93/peanut
|
|
tag: 5.19.1@sha256:d53d8dd2ba6886aa02872c3f84a3ba7af4ff7497902d2658014a97b96f180ada
|
|
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 }}"
|