2e3a2ef0 by Adam Heath

Set latest and pullPolicy defaults.

1 parent e8ccdbfa
......@@ -2,10 +2,10 @@ kind: Deployment
imagePullSecrets: {}
image:
pullPolicy: null
pullPolicy: IfNotPresent
registry: docker.io
repository: moqui/moquidemo
tag: null
tag: latest
configMap:
entity_ds_db_conf: "postgres"
......@@ -27,9 +27,9 @@ postgresql:
password: iuqom
jdbcImage:
enabled: false
pullPolicy: null
pullPolicy: IfNotPresent
repository: null
tag: null
tag: latest
opensearch:
enabled: true
......