Skip to content

Commit

Permalink
feat(container): update image ghcr.io/recyclarr/recyclarr to v4.4.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy82481 authored Apr 12, 2023
2 parents 0882dcb + 0f93be8 commit 5b13a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s/namespaces/clusters/betty/media/recyclarr/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
mountPath: /shared
containers:
- name: sonarrs
image: ghcr.io/recyclarr/recyclarr:4.1.3
image: ghcr.io/recyclarr/recyclarr:4.4.1
command:
- /app/recyclarr/recyclarr
args:
Expand All @@ -42,7 +42,7 @@ spec:
subPath: recyclarr.yml
readOnly: true
- name: radarrs
image: ghcr.io/recyclarr/recyclarr:4.1.3
image: ghcr.io/recyclarr/recyclarr:4.4.1
command:
- /app/recyclarr/recyclarr
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
restartPolicy: OnFailure
image:
repository: ghcr.io/recyclarr/recyclarr
tag: 4.3.0@sha256:7ceb04ed0eeeb001b9257272af51b2e437c67fc66bc7f4aff7e4505ce9f8bb76
tag: 4.4.1@sha256:825ab392a0f99e8eaa6c0d1468eae83f9dab449eff7456f011a2fbfd82330bf8
command: ["/app/recyclarr/recyclarr"]
args: ["sync"]
envFrom:
Expand Down

0 comments on commit 5b13a61

Please sign in to comment.