feat(container): update ghcr.io/k8s-at-home/recyclarr docker tag to v2.4.1

This commit is contained in:
feisar-bot
2022-08-27 02:07:13 +00:00
committed by auricom
parent ea5705bccd
commit 9f921091d6

View File

@@ -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