From 9f921091d617d0c0a6ca600b03429aec1206c7dc Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Sat, 27 Aug 2022 02:07:13 +0000 Subject: [PATCH] feat(container): update ghcr.io/k8s-at-home/recyclarr docker tag to v2.4.1 --- cluster/apps/media/recyclarr/cronjob.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/media/recyclarr/cronjob.yaml b/cluster/apps/media/recyclarr/cronjob.yaml index 185ea1c46..4d563b020 100644 --- a/cluster/apps/media/recyclarr/cronjob.yaml +++ b/cluster/apps/media/recyclarr/cronjob.yaml @@ -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