add image registry

This commit is contained in:
2022-03-21 12:54:08 +03:00
parent 1b00d5c001
commit 5bcb54bf31
4 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@
replicaCount: 1
image:
registry: &registry docker.io
repository: hasura/graphql-engine
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
@ -15,7 +16,7 @@ extraEnvVarsSecret: ""
migrations:
# Docker image which contain migrations,metadata,config.yml inside /data directory
image:
registry: docker.io
registry: *registry
repository: ""
tag: ""