remove pullPolicy
This commit is contained in:
parent
aa9fb746e4
commit
a84d4bc69f
@ -13,7 +13,6 @@ adguard_default_values:
|
|||||||
image:
|
image:
|
||||||
repository: busybox
|
repository: busybox
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: Always
|
|
||||||
config:
|
config:
|
||||||
bind_host: 0.0.0.0
|
bind_host: 0.0.0.0
|
||||||
bind_port: 3000
|
bind_port: 3000
|
||||||
|
@ -13,7 +13,6 @@ dovecot_default_values:
|
|||||||
image:
|
image:
|
||||||
repository: "{{ docker_registry }}/dovecot"
|
repository: "{{ docker_registry }}/dovecot"
|
||||||
tag: 2.3.8
|
tag: 2.3.8
|
||||||
pullPolicy: Always
|
|
||||||
configmaps:
|
configmaps:
|
||||||
dovecot:
|
dovecot:
|
||||||
dovecot: |
|
dovecot: |
|
||||||
|
@ -8,7 +8,6 @@ opendkim_default_values:
|
|||||||
image:
|
image:
|
||||||
repository: "instrumentisto/opendkim"
|
repository: "instrumentisto/opendkim"
|
||||||
tag: alpine
|
tag: alpine
|
||||||
pullPolicy: Always
|
|
||||||
configmaps:
|
configmaps:
|
||||||
opendkim: |
|
opendkim: |
|
||||||
PidFile /var/run/opendkim/opendkim.pid
|
PidFile /var/run/opendkim/opendkim.pid
|
||||||
|
@ -9,7 +9,6 @@ opendmarc_default_values:
|
|||||||
image:
|
image:
|
||||||
repository: "instrumentisto/opendmarc"
|
repository: "instrumentisto/opendmarc"
|
||||||
tag: alpine
|
tag: alpine
|
||||||
pullPolicy: Always
|
|
||||||
configmaps:
|
configmaps:
|
||||||
opendmarc: |
|
opendmarc: |
|
||||||
AuthservID {{ mail_short_name | default('mail') }}.{{ domain }}
|
AuthservID {{ mail_short_name | default('mail') }}.{{ domain }}
|
||||||
|
@ -19,7 +19,6 @@ openldap_default_values:
|
|||||||
# From repository https://github.com/osixia/docker-openldap
|
# From repository https://github.com/osixia/docker-openldap
|
||||||
repository: osixia/openldap
|
repository: osixia/openldap
|
||||||
tag: 1.4.0
|
tag: 1.4.0
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
# Spcifies an existing secret to be used for admin and config user passwords
|
# Spcifies an existing secret to be used for admin and config user passwords
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
|
@ -5,7 +5,6 @@ playmaker_default_values:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: "{{ docker_registry }}/playmaker"
|
repository: "{{ docker_registry }}/playmaker"
|
||||||
pullPolicy: Always
|
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "0.6.4"
|
tag: "0.6.4"
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ postfix_default_values:
|
|||||||
image:
|
image:
|
||||||
repository: "{{ docker_registry }}/postfix"
|
repository: "{{ docker_registry }}/postfix"
|
||||||
tag: 3.5.8
|
tag: 3.5.8
|
||||||
pullPolicy: Always
|
|
||||||
configmaps:
|
configmaps:
|
||||||
main: |
|
main: |
|
||||||
#smtp_host_lookup = native
|
#smtp_host_lookup = native
|
||||||
|
Loading…
Reference in New Issue
Block a user