From 2679d79b6fcf0523bec6d3e4033b81c8bf81d536 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 May 2021 19:58:30 +0000 Subject: [PATCH] chore(deps): update container image bitnami/kubectl to v1.21.1 Signed-off-by: Auricom --- cluster/apps/data/vikunja/job.yaml | 2 +- cluster/apps/media/qbittorrent/job.yaml | 2 +- cluster/apps/networking/secret-reflector/cronjob.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/data/vikunja/job.yaml b/cluster/apps/data/vikunja/job.yaml index 59474e6b4..77a54c64d 100644 --- a/cluster/apps/data/vikunja/job.yaml +++ b/cluster/apps/data/vikunja/job.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: jobs containers: - name: tester - image: bitnami/kubectl:1.21.0 + image: bitnami/kubectl:1.21.1 command: - "bin/sh" - "-ec" diff --git a/cluster/apps/media/qbittorrent/job.yaml b/cluster/apps/media/qbittorrent/job.yaml index 9c462cfe7..cbe391839 100644 --- a/cluster/apps/media/qbittorrent/job.yaml +++ b/cluster/apps/media/qbittorrent/job.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: jobs containers: - name: tester - image: bitnami/kubectl:1.21.0 + image: bitnami/kubectl:1.21.1 command: - "bin/sh" - "-ec" diff --git a/cluster/apps/networking/secret-reflector/cronjob.yaml b/cluster/apps/networking/secret-reflector/cronjob.yaml index 3a841f928..224772a75 100644 --- a/cluster/apps/networking/secret-reflector/cronjob.yaml +++ b/cluster/apps/networking/secret-reflector/cronjob.yaml @@ -13,7 +13,7 @@ spec: serviceAccountName: sa-secret-reflector containers: - name: secret-reflector - image: bitnami/kubectl:1.21.0 + image: bitnami/kubectl:1.21.1 command: - "/bin/sh" - "-ec"