From c449045a596dfed99828b742128ac4602c56b99e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Oct 2021 04:58:07 +0000 Subject: [PATCH] fix(images): update ghcr.io/k8s-at-home/kubectl to v1.22.3 Signed-off-by: auricom <27022259+auricom@users.noreply.github.com> --- cluster/apps/media/qbittorrent/upgrade-p2pblocklist-job.yaml | 2 +- cluster/apps/secret-reflector/secret-reflector.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/media/qbittorrent/upgrade-p2pblocklist-job.yaml b/cluster/apps/media/qbittorrent/upgrade-p2pblocklist-job.yaml index 9232d3701..4c087ac88 100644 --- a/cluster/apps/media/qbittorrent/upgrade-p2pblocklist-job.yaml +++ b/cluster/apps/media/qbittorrent/upgrade-p2pblocklist-job.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: jobs containers: - name: qbittorrent-upgrade-p2pblocklist - image: ghcr.io/k8s-at-home/kubectl:v1.22.2 + image: ghcr.io/k8s-at-home/kubectl:v1.22.3 imagePullPolicy: IfNotPresent command: - "/bin/sh" diff --git a/cluster/apps/secret-reflector/secret-reflector.yaml b/cluster/apps/secret-reflector/secret-reflector.yaml index 5ff4a0047..d04af50ce 100644 --- a/cluster/apps/secret-reflector/secret-reflector.yaml +++ b/cluster/apps/secret-reflector/secret-reflector.yaml @@ -14,7 +14,7 @@ spec: serviceAccountName: secret-reflector containers: - name: secret-reflector - image: ghcr.io/k8s-at-home/kubectl:v1.22.2 + image: ghcr.io/k8s-at-home/kubectl:v1.22.3 command: - "/bin/sh" - "-ec"