c0c20176ad
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dumbwareio/dumbassets | digest | `286af5b` -> `1bbe3a1` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
35 lines
806 B
YAML
35 lines
806 B
YAML
image:
|
|
repository: dumbwareio/dumbassets
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.11@sha256:1bbe3a1c4aa404f3cbd9641cbf7ef24dfd3f4f09a92570eecc88d48de31517ab
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
# NODE_ENV: production
|
|
# DEBUG: false
|
|
# SITE_TITLE: DumbAssets
|
|
# BASE_URL: http://localhost:3000
|
|
# DUMBASSETS_PIN: 1234
|
|
# ALLOWED_ORIGINS: *
|
|
# APPRISE_URL: -
|
|
# CURRENCY_CODE: USD
|
|
# CURRENCY_LOCALE: en-US
|
|
# DEMO_MODE: false
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
assets:
|
|
enabled: true
|
|
mountPath: /app/public/assets
|
|
type: emptyDir
|