361f8055b3
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/petersem/posterr | digest | `4ea4495` -> `c0a11cb` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcG9zdGVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
26 lines
538 B
YAML
26 lines
538 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/petersem/posterr
|
|
tag: latest@sha256:c0a11cb7a7bf76ac307775efe153d31ec16d469381af750e130a0089f6ff8e76
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9876
|
|
protocol: http
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /usr/src/app/config
|
|
custom:
|
|
enabled: true
|
|
mountPath: /usr/src/app/public/custom
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|