From 078e6c10e2c83a021d3dc150375c1d94c46c1cd9 Mon Sep 17 00:00:00 2001 From: domrichardson <100129001+domrichardson@users.noreply.github.com> Date: Thu, 7 May 2026 09:58:19 +0100 Subject: [PATCH] feat: updated images Co-authored-by: Copilot --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 0367789..aaa546e 100644 --- a/values.yaml +++ b/values.yaml @@ -6,15 +6,15 @@ replicaCount: 1 container1: image: - repository: nginx-bookworm + repository: nginx pullPolicy: IfNotPresent - tag: "1.28" + tag: "1.28-bookworm" container2: image: - repository: nginx-alpine + repository: nginx pullPolicy: IfNotPresent - tag: "1.27" + tag: "1.27-alpine" container3: image: