Skip to content

Commit 6965bfb

Browse files
committed
autobrr fix
Signed-off-by: Nelson Dane <47427072+NelsonDane@users.noreply.github.com>
1 parent 4b46cac commit 6965bfb

2 files changed

Lines changed: 3 additions & 62 deletions

File tree

manifests/media/autobrr/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ kind: Deployment
33
metadata:
44
name: autobrr
55
namespace: media
6+
annotations:
7+
ignore-check.kube-linter.io/no-rolling-update-strategy: "Using Recreate strategy to avoid issues with Sqlite volumes"
68
spec:
79
replicas: 1
810
selector:
911
matchLabels:
1012
app: autobrr
1113
strategy:
12-
type: RollingUpdate
14+
type: Recreate
1315
template:
1416
metadata:
1517
labels:

manifests/media/cleanuparr/statefulset.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)