From 8747356888f18181fbcb41cc4c18d5b891788145 Mon Sep 17 00:00:00 2001 From: Dries De Peuter Date: Sat, 11 Mar 2023 21:20:43 +0100 Subject: [PATCH] fix: chart --- charts/well-known/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/well-known/values.yaml b/charts/well-known/values.yaml index a752eba..8fe6c47 100644 --- a/charts/well-known/values.yaml +++ b/charts/well-known/values.yaml @@ -5,9 +5,10 @@ replicaCount: 1 image: - repository: nginxinc/nginx-unprivileged + repository: ghcr.io/stenic/well-known pullPolicy: IfNotPresent - tag: "1.23" + # Overrides the image tag whose default is the chart appVersion. + tag: "" resources: {} # We usually recommend not to specify default resources and to leave this as a conscious