2e12144fca
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/tardisx/linkwallet | minor | `a8b2ed2` -> `5828c5f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
25 lines
468 B
YAML
25 lines
468 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/tardisx/linkwallet
|
|
tag: v0.1.1@sha256:5828c5f14b3dfbabbe9e194ffde3901f04d32c1206a4c84343660809e1aedc80
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10353
|
|
protocol: http
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
args:
|
|
- -db-path
|
|
- /data/linkwallet.db
|