From 5044890e7dc7147e3e1e3c356d86909ce9d6ec18 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 9 May 2026 12:51:16 +0200 Subject: [PATCH] chart: pin image.tag to 'latest' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workflow Gitea Actions ne produit que :latest et la branch ref ; appVersion (0.1.0) n'existe pas → ImagePullBackOff. --- chart/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 17370b9..bb7e173 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -3,7 +3,10 @@ replicaCount: 1 image: repository: gitea.arcodange.lab/arcodange/telegram-gateway pullPolicy: Always - tag: "" + # Le registry ne produit que :latest et la branch ref (:main) via le + # workflow Gitea Actions ; appVersion (0.1.0) n'existe pas comme tag. + # Image Updater écrira ensuite le digest réel dans le manifest in-cluster. + tag: "latest" imagePullSecrets: [] nameOverride: ""