From a65cac0d39c25ad8f952e2fe4a7d50ab96e0e3a6 Mon Sep 17 00:00:00 2001 From: bloopy-boi <166688+bloopy-boi[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 16:45:59 +0000 Subject: [PATCH] fix: update docker image ghcr.io/k8s-at-home/kubectl to v1.23.4 Signed-off-by: Zee Aslam --- cluster/apps/networking/ddns/cron-job.yaml | 2 +- cluster/apps/velero/velero/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/networking/ddns/cron-job.yaml b/cluster/apps/networking/ddns/cron-job.yaml index de1e416726..c2d71192cb 100644 --- a/cluster/apps/networking/ddns/cron-job.yaml +++ b/cluster/apps/networking/ddns/cron-job.yaml @@ -22,7 +22,7 @@ spec: restartPolicy: Never containers: - name: cloudflare-ddns - image: ghcr.io/k8s-at-home/kubectl:v1.23.3 + image: ghcr.io/k8s-at-home/kubectl:v1.23.4 imagePullPolicy: IfNotPresent env: - name: TZ diff --git a/cluster/apps/velero/velero/helm-release.yaml b/cluster/apps/velero/velero/helm-release.yaml index fb7ff78a28..c432329777 100644 --- a/cluster/apps/velero/velero/helm-release.yaml +++ b/cluster/apps/velero/velero/helm-release.yaml @@ -66,7 +66,7 @@ spec: kubectl: image: repository: ghcr.io/k8s-at-home/kubectl - tag: v1.23.3 + tag: v1.23.4 deployRestic: true