Browse Source

Fix issue with image tags

master
Fábio Kaiser Rauber 3 years ago
parent
commit
8ef2456afc
  1. 10
      charts/emailleg/v1.4.0/values.yaml

10
charts/emailleg/v1.4.0/values.yaml

@ -4,7 +4,7 @@ imap:
image:
repository: porto.interlegis.leg.br/seit/mailu-dovecot
pullPolicy: IfNotPresent
tag: "1.5.2"
tag: "1.5.2"
resources: {}
# limits:
# cpu: 100m
@ -17,7 +17,7 @@ smtp:
image:
repository: porto.interlegis.leg.br/seit/mailu-postfix
pullPolicy: IfNotPresent
tag: "1.5.1"
tag: "1.5.1"
resources: {}
# limits:
# cpu: 100m
@ -30,7 +30,7 @@ admin:
image:
repository: porto.interlegis.leg.br/seit/mailu-admin
pullPolicy: IfNotPresent
tag: "1.5.6"
tag: "1.5.6"
resources: {}
# limits:
# cpu: 100m
@ -43,7 +43,7 @@ config:
image:
repository: porto.interlegis.leg.br/seit/mailu-admin-ilconfig
pullPolicy: IfNotPresent
tag: "0.1.0"
tag: "0.1.0"
resources: {}
# limits:
# cpu: 100m
@ -56,7 +56,7 @@ redis:
image:
repository: redis
pullPolicy: IfNotPresent
tag: "4.0.11-alpine"
tag: "4.0.11-alpine"
resources: {}
# limits:
# cpu: 100m

Loading…
Cancel
Save