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
|
||||
initContainers:
|
||||
- name: render-configs
|
||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
||||
image: ghcr.io/onedr0p/alpine:3.17.0
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: *app
|
||||
@@ -52,7 +52,7 @@ spec:
|
||||
- "/bin/bash"
|
||||
- -c
|
||||
args:
|
||||
- "envsubst < /config/recyclarr.yaml > /shared/recyclarr.yaml"
|
||||
- "envsubst < /config/recyclarr.yml > /shared/recyclarr.yml"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
@@ -60,36 +60,26 @@ spec:
|
||||
mountPath: /shared
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
||||
env:
|
||||
- name: TZ
|
||||
value: "${TIMEZONE}"
|
||||
image: ghcr.io/recyclarr/recyclarr:3.0.0
|
||||
command:
|
||||
- /app/recyclarr
|
||||
- /app/recyclarr/recyclarr
|
||||
args:
|
||||
- sonarr
|
||||
- --config
|
||||
- /config/recyclarr.yaml
|
||||
volumeMounts:
|
||||
- name: shared
|
||||
mountPath: /config/recyclarr.yaml
|
||||
subPath: recyclarr.yaml
|
||||
mountPath: /config/recyclarr.yml
|
||||
subPath: recyclarr.yml
|
||||
readOnly: true
|
||||
- name: radarr
|
||||
image: ghcr.io/onedr0p/recyclarr:2.6.1@sha256:73beee5edfd8ee6bc788ea7627f3d6b2c4c186d14337bace4f36ff3d489b3303
|
||||
env:
|
||||
- name: TZ
|
||||
value: "${TIMEZONE}"
|
||||
image: ghcr.io/recyclarr/recyclarr:3.0.0
|
||||
command:
|
||||
- /app/recyclarr
|
||||
- /app/recyclarr/recyclarr
|
||||
args:
|
||||
- radarr
|
||||
- --config
|
||||
- /config/recyclarr.yaml
|
||||
volumeMounts:
|
||||
- name: shared
|
||||
mountPath: /config/recyclarr.yaml
|
||||
subPath: recyclarr.yaml
|
||||
mountPath: /config/recyclarr.yml
|
||||
subPath: recyclarr.yml
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: config
|
||||
|
@@ -8,7 +8,7 @@ namespace: default
|
||||
configMapGenerator:
|
||||
- name: recyclarr
|
||||
files:
|
||||
- ./config/recyclarr.yaml
|
||||
- ./recyclarr.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
annotations:
|
||||
|
@@ -9,7 +9,8 @@
|
||||
# https://github.com/rcdailey/trash-updater/wiki/Configuration-Reference
|
||||
|
||||
sonarr:
|
||||
- base_url: http://sonarr
|
||||
standard:
|
||||
base_url: http://sonarr.default.svc.cluster.local
|
||||
api_key: ${SONARR_APIKEY}
|
||||
quality_definition: hybrid
|
||||
delete_old_custom_formats: true
|
||||
@@ -68,7 +69,8 @@ sonarr:
|
||||
reset_unmatched_scores: true
|
||||
|
||||
radarr:
|
||||
- base_url: http://radarr
|
||||
standard:
|
||||
base_url: http://radarr.default.svc.cluster.local
|
||||
api_key: ${RADARR_APIKEY}
|
||||
delete_old_custom_formats: true
|
||||
quality_definition:
|
Reference in New Issue
Block a user