From 311dc06c13a31745f78b0a94d09eceebe76eca4d Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 3 Aug 2026 18:59:05 +0200 Subject: [PATCH] manifests: /scripts/ syncs installer-v1.23.0 -> installer-v1.24.0 (R-185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both refs — the git-sync sidecar and its init container. A fresh pod must not serve a different installer from a running one. --- manifests/webpage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/webpage.yaml b/manifests/webpage.yaml index af28fbf..1914ca8 100644 --- a/manifests/webpage.yaml +++ b/manifests/webpage.yaml @@ -324,7 +324,7 @@ spec: image: registry.k8s.io/git-sync/git-sync:v4.4.0 args: - --repo=https://gitea.dooplex.hu/admin/felhom.eu.git - - --ref=installer-v1.23.0 + - --ref=installer-v1.24.0 - --root=/git-scripts - --link=current - --period=30s @@ -369,7 +369,7 @@ spec: image: registry.k8s.io/git-sync/git-sync:v4.4.0 args: - --repo=https://gitea.dooplex.hu/admin/felhom.eu.git - - --ref=installer-v1.23.0 + - --ref=installer-v1.24.0 - --root=/git-scripts - --link=current - --one-time