From c850e79d2a7da771d4b4bce6e85cf8892e56010d Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Fri, 3 Mar 2023 00:05:12 +0300 Subject: [PATCH] fix(starter): add image.registry to values.yaml --- starter/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/values.yaml b/starter/values.yaml index 4fc3b46..3f80903 100644 --- a/starter/values.yaml +++ b/starter/values.yaml @@ -12,6 +12,7 @@ extraEnvVarsSecret: replicaCount: 1 image: + registry: docker.io repository: nginx pullPolicy: IfNotPresent pullSecrets: []