Disable unpackerr service when installing on SCALE

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-28 19:45:56 +02:00
parent 6d17f33977
commit 9dcdab7b72
2 changed files with 5 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/davidnewhall/unpackerr
- https://hub.docker.com/r/golift/unpackerr
type: application
version: 1.1.8
version: 1.1.9

View File

@@ -9,6 +9,10 @@ image:
pullPolicy: IfNotPresent
tag: 0.9.7
service:
main:
enabled: false
probes:
liveness:
enabled: false