fix(container): update dependency ghcr.io/k8s-at-home/recyclarr to v2.2.1

This commit is contained in:
feisar-bot
2022-06-19 03:44:59 +00:00
parent c3cdda4f53
commit e72aa6e2b7

View File

@@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: render-configs
image: ghcr.io/k8s-at-home/recyclarr:v2.2.0
image: ghcr.io/k8s-at-home/recyclarr:v2.2.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.2.0
image: ghcr.io/k8s-at-home/recyclarr:v2.2.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.2.0
image: ghcr.io/k8s-at-home/recyclarr:v2.2.1
imagePullPolicy: IfNotPresent
env:
- name: TZ