From c829cd3d2914a7c55b63477904cab458cd865e12 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 12 Apr 2024 10:43:04 +0200 Subject: [PATCH] chore(ci): fix chart testing --- charts/outdated/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/outdated/values.yaml b/charts/outdated/values.yaml index 37c75b80..278e1acf 100644 --- a/charts/outdated/values.yaml +++ b/charts/outdated/values.yaml @@ -13,7 +13,7 @@ api: replicaCount: 1 image: repository: ghcr.io/adfinis/outdated/api - pullPolicy: Always + pullPolicy: IfNotPresent tag: ~ service: type: ClusterIP @@ -22,7 +22,7 @@ api: ember: image: repository: ghcr.io/adfinis/outdated/ember - pullPolicy: Always + pullPolicy: IfNotPresent tag: ~ service: type: ClusterIP