From 566a8e6c6d6a99fde6bee245ec5a32e085a042e2 Mon Sep 17 00:00:00 2001 From: Thomas Stocker Date: Tue, 4 Nov 2025 15:31:20 +0100 Subject: [PATCH] feat: always pull latest image Signed-off-by: Thomas Stocker --- contrib/helm/charts/probo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/helm/charts/probo/values.yaml b/contrib/helm/charts/probo/values.yaml index 07442e216..21e14282c 100644 --- a/contrib/helm/charts/probo/values.yaml +++ b/contrib/helm/charts/probo/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: ghcr.io/getprobo/probo - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest"