Tin Lam e249b8b342 fix(pull): updates default pull policy
Some charts' image pull policies are set to "Always". This causes
unnecessary pulls and can trip Dockerhub's rate limit. This patch set
moves the default to IfNotPresent to mitigate.

Signed-off-by: Tin Lam <tin@irrational.io>
Change-Id: Ib16333f1c80c2871ea88f2d66fdce45567e34993
2021-03-25 20:38:24 -05:00

47 lines
809 B
YAML

# Default values for project-aio.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
images:
applications:
project:
tag: latest
name: attcomdev/jarvis-connector
repo: quay.io
pull:
policy: IfNotPresent
node_labels:
project:
key: kubernetes.io/os
value: linux
over_rides: {}
params:
gerrit:
user: ""
password: ""
ssh_key: ""
host: gerrit.jarvis.local
ldap_group_cn: ""
harbor:
host: harbor-core.jarvis.local
member_ldap_dn:
project: ""
staging: ""
endpoints:
hostname: localhost
tls:
cert_manager: true
issuer:
name: jarvis-ca-issuer
kind: ClusterIssuer
config:
ci:
verify: true
test:
ldap_username: jarvis
ldap_password: password