This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | patch | `0.13.0` -> `0.13.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Unpackerr/unpackerr (golift/unpackerr)</summary> ### [`v0.13.1`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.1): One too 1 [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.13.0...v0.13.1) - Adds semver support to GHCR image tags. - Fixes bugs with missing and invalid env variables in command hooks. - See [v0.13.0](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0) for other recent changes (released 3 days prior to this release). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
image:
|
|
repository: golift/unpackerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.13.1@sha256:99defbe8fc765584f93ef246e8b8e01cf626f2477d8b096984705ed0fe9c40c3
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
downloads:
|
|
enabled: true
|
|
mountPath: "/downloads"
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
#
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|