From f3d11498591487d939a3ff787638fedc6bd82bb6 Mon Sep 17 00:00:00 2001 From: henry-pa-bot <***+henry-bot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:12:52 +0000 Subject: [PATCH] fix(container): update ghcr.io/onedr0p/kubernetes-kubectl docker tag to 1.28.2 | datasource | package | from | to | | ---------- | ---------------------------------- | ------ | ------ | | docker | ghcr.io/onedr0p/kubernetes-kubectl | 1.28.1 | 1.28.2 | --- cluster/core/monitoring/cronitor-heartbeat/cron-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/monitoring/cronitor-heartbeat/cron-job.yaml b/cluster/core/monitoring/cronitor-heartbeat/cron-job.yaml index 902de7728..5cfdb59bb 100644 --- a/cluster/core/monitoring/cronitor-heartbeat/cron-job.yaml +++ b/cluster/core/monitoring/cronitor-heartbeat/cron-job.yaml @@ -18,7 +18,7 @@ spec: restartPolicy: Never containers: - name: cronitor-heartbeat - image: ghcr.io/onedr0p/kubernetes-kubectl:1.28.1 + image: ghcr.io/onedr0p/kubernetes-kubectl:1.28.2 envFrom: - secretRef: name: cronitor-heartbeat-url