mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
feat(container): update ghcr.io/k8s-at-home/recyclarr docker tag to v2.4.1
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
initContainers:
|
||||
- name: render-configs
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.3.1
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.4.1
|
||||
env:
|
||||
- name: RADARR_API_KEY
|
||||
value: ${SECRET_RADARR_API_KEY}
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
mountPath: /shared
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.3.1
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.4.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
subPath: recyclarr.yaml
|
||||
readOnly: true
|
||||
- name: radarr
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.3.1
|
||||
image: ghcr.io/k8s-at-home/recyclarr:v2.4.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
Reference in New Issue
Block a user