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