From 8ef2456afc59c4c6e41c00558072fdb940fb5ed8 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Wed, 9 Feb 2022 10:01:18 -0300 Subject: [PATCH] Fix issue with image tags --- charts/emailleg/v1.4.0/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/emailleg/v1.4.0/values.yaml b/charts/emailleg/v1.4.0/values.yaml index 84a6a2f..43a57bf 100755 --- a/charts/emailleg/v1.4.0/values.yaml +++ b/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