This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/edgd1er/webnut | digest | `cb2c70e` -> `89c32c6` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
33 lines
659 B
YAML
33 lines
659 B
YAML
image:
|
|
repository: docker.io/edgd1er/webnut
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:89c32c6995255155b21e5690a58d80d15d0c52e6caadab4b5c748d932ed85add
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10585
|
|
protocol: http
|
|
targetPort: 6543
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
UPS_HOST: "127.0.0.1"
|
|
UPS_PORT: 3493
|
|
UPS_USER: monuser
|
|
UPS_PASSWORD: secret
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|