From e3159b62cbd11b69413261e8531b8d73d34d5a23 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 20 Jul 2024 12:48:46 +0100 Subject: [PATCH] Swap cronjob image --- kubernetes/misc/CronJob-router-cert.yaml | 4 +--- kubernetes/piped/CronJob-piped-refresh.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kubernetes/misc/CronJob-router-cert.yaml b/kubernetes/misc/CronJob-router-cert.yaml index 9b4c982..25efcf4 100644 --- a/kubernetes/misc/CronJob-router-cert.yaml +++ b/kubernetes/misc/CronJob-router-cert.yaml @@ -17,8 +17,6 @@ spec: - /bin/bash - -c - > - apt update && apt install -y curl - curl "https://healthchecks.gmem.ca/ping/${HEALTHCHECKS_UUID}/start" export LOGIN=$(echo -n "${LOGIN_USERNAME}:${LOGIN_PASSWORD}" | base64 -w0) @@ -46,7 +44,7 @@ spec: name: router-cert - secretRef: name: router-cert - image: debian:bookworm-slim + image: git.gmem.ca/arch/kutils name: upload-certificate volumeMounts: - mountPath: /data diff --git a/kubernetes/piped/CronJob-piped-refresh.yaml b/kubernetes/piped/CronJob-piped-refresh.yaml index 5891fba..d2ba272 100644 --- a/kubernetes/piped/CronJob-piped-refresh.yaml +++ b/kubernetes/piped/CronJob-piped-refresh.yaml @@ -18,8 +18,6 @@ spec: - /bin/bash - -c - > - apt update && apt install -y postgresql-client curl - curl -o /dev/null "https://healthchecks.gmem.ca/ping/$HEALTHCHECKS_UUID/start" export PGPASSWORD=$password && @@ -35,7 +33,7 @@ spec: envFrom: - secretRef: name: postgres-piped - image: debian:bookworm-slim + image: git.gmem.ca/arch/kutils name: refresh-subscriptions restartPolicy: Never schedule: "*/30 * * * *"