Skip to content

Commit

Permalink
fix(container): update dependency ghcr.io/k8s-at-home/trash-updater t…
Browse files Browse the repository at this point in the history
…o v1.8.1 (onedr0p#2953)

Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] authored Mar 5, 2022
1 parent 429de33 commit c85ad83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/apps/media/trash-updater/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: render-config
image: ghcr.io/k8s-at-home/trash-updater:v1.8.0
image: ghcr.io/k8s-at-home/trash-updater:v1.8.1
envFrom:
- secretRef:
name: arr-apikeys
Expand All @@ -34,7 +34,7 @@ spec:
mountPath: /shared
containers:
- name: trash-updater-sonarr
image: ghcr.io/k8s-at-home/trash-updater:v1.8.0
image: ghcr.io/k8s-at-home/trash-updater:v1.8.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
Expand All @@ -52,7 +52,7 @@ spec:
mountPath: /config
readOnly: true
# - name: trash-updater-radarr
# image: ghcr.io/k8s-at-home/trash-updater:v1.8.0
# image: ghcr.io/k8s-at-home/trash-updater:v1.8.1
# imagePullPolicy: IfNotPresent
# env:
# - name: TZ
Expand Down

0 comments on commit c85ad83

Please sign in to comment.