From 53089ed7b0c1e56079ff397dbb9273dbc102fe93 Mon Sep 17 00:00:00 2001 From: henry-pa-bot <***+henry-bot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:04:55 +0000 Subject: [PATCH] fix(container): update ghcr.io/onedr0p/kubernetes-kubectl docker tag to 1.28.4 | datasource | package | from | to | | ---------- | ---------------------------------- | ------ | ------ | | docker | ghcr.io/onedr0p/kubernetes-kubectl | 1.28.2 | 1.28.4 | --- 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 5cfdb59bb..e7d996a11 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.2 + image: ghcr.io/onedr0p/kubernetes-kubectl:1.28.4 envFrom: - secretRef: name: cronitor-heartbeat-url