From bc5285c694e4208a103b170ef75d804a0fe17968 Mon Sep 17 00:00:00 2001 From: Dries De Peuter Date: Fri, 10 Nov 2023 09:22:09 +0100 Subject: [PATCH] fix: Update nginx image --- charts/well-known/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/well-known/values.yaml b/charts/well-known/values.yaml index 5cd9128..1392356 100644 --- a/charts/well-known/values.yaml +++ b/charts/well-known/values.yaml @@ -22,7 +22,7 @@ webserver: image: repository: nginxinc/nginx-unprivileged pullPolicy: Always - tag: "1.23" + tag: "1.25" resources: limits: cpu: 50m