diff --git a/helm/values.schema.json b/helm/values.schema.json index 903ae4bcc..35881e367 100644 --- a/helm/values.schema.json +++ b/helm/values.schema.json @@ -306,7 +306,8 @@ "enum": [ "Always", "IfNotPresent", - "Never" + "Never", + "" ], "title": "The imagePullPolicy schema", "description": "The Image Pull Policy of Connaisseur container. (https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy)",