mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ Update image ghcr.io/onedr0p/recyclarr to 3.0.0
| datasource | package | from | to | | ---------- | ------------------------- | ----- | ----- | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 | | docker | ghcr.io/onedr0p/recyclarr | 2.6.1 | 3.0.0 |
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: render-configs
|
- name: render-configs
|
||||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
image: ghcr.io/onedr0p/alpine:3.17.0
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: *app
|
name: *app
|
||||||
@@ -52,7 +52,7 @@ spec:
|
|||||||
- "/bin/bash"
|
- "/bin/bash"
|
||||||
- -c
|
- -c
|
||||||
args:
|
args:
|
||||||
- "envsubst < /config/recyclarr.yaml > /shared/recyclarr.yaml"
|
- "envsubst < /config/recyclarr.yml > /shared/recyclarr.yml"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
@@ -60,36 +60,26 @@ spec:
|
|||||||
mountPath: /shared
|
mountPath: /shared
|
||||||
containers:
|
containers:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
image: ghcr.io/recyclarr/recyclarr:3.0.0
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "${TIMEZONE}"
|
|
||||||
command:
|
command:
|
||||||
- /app/recyclarr
|
- /app/recyclarr/recyclarr
|
||||||
args:
|
args:
|
||||||
- sonarr
|
- sonarr
|
||||||
- --config
|
|
||||||
- /config/recyclarr.yaml
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /config/recyclarr.yaml
|
mountPath: /config/recyclarr.yml
|
||||||
subPath: recyclarr.yaml
|
subPath: recyclarr.yml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: radarr
|
- name: radarr
|
||||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
image: ghcr.io/recyclarr/recyclarr:3.0.0
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "${TIMEZONE}"
|
|
||||||
command:
|
command:
|
||||||
- /app/recyclarr
|
- /app/recyclarr/recyclarr
|
||||||
args:
|
args:
|
||||||
- radarr
|
- radarr
|
||||||
- --config
|
|
||||||
- /config/recyclarr.yaml
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /config/recyclarr.yaml
|
mountPath: /config/recyclarr.yml
|
||||||
subPath: recyclarr.yaml
|
subPath: recyclarr.yml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
|
@@ -8,7 +8,7 @@ namespace: default
|
|||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: recyclarr
|
- name: recyclarr
|
||||||
files:
|
files:
|
||||||
- ./config/recyclarr.yaml
|
- ./recyclarr.yml
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
annotations:
|
annotations:
|
||||||
|
@@ -9,7 +9,8 @@
|
|||||||
# https://github.com/rcdailey/trash-updater/wiki/Configuration-Reference
|
# https://github.com/rcdailey/trash-updater/wiki/Configuration-Reference
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
- base_url: http://sonarr
|
standard:
|
||||||
|
base_url: http://sonarr.default.svc.cluster.local
|
||||||
api_key: ${SONARR_APIKEY}
|
api_key: ${SONARR_APIKEY}
|
||||||
quality_definition: hybrid
|
quality_definition: hybrid
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
@@ -68,7 +69,8 @@ sonarr:
|
|||||||
reset_unmatched_scores: true
|
reset_unmatched_scores: true
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
- base_url: http://radarr
|
standard:
|
||||||
|
base_url: http://radarr.default.svc.cluster.local
|
||||||
api_key: ${RADARR_APIKEY}
|
api_key: ${RADARR_APIKEY}
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
quality_definition:
|
quality_definition:
|
Reference in New Issue
Block a user