Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions kubernetes/subterra/apps/apps/mailu/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
## @param front.image.pullPolicy Pod image pull policy
image:
repository: mailu/nginx
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

## front.controller.kind Deployment only supported for now
Expand Down Expand Up @@ -222,7 +222,7 @@ spec:
## @param admin.image.pullPolicy Pod image pull policy
image:
repository: mailu/admin
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -245,7 +245,7 @@ spec:
## @param postfix.image.pullPolicy Pod image pull policy
image:
repository: mailu/postfix
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent
updateStrategy:
type: Recreate
Expand All @@ -269,7 +269,7 @@ spec:
## @param dovecot.image.pullPolicy Pod image pull policy
image:
repository: mailu/dovecot
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand All @@ -293,7 +293,7 @@ spec:
## @param rspamd.image.pullPolicy Pod image pull policy
image:
repository: mailu/rspamd
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -371,7 +371,7 @@ spec:
## @param webmail.image.pullPolicy Pod image pull policy
image:
repository: mailu/webmail
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand All @@ -395,7 +395,7 @@ spec:
## @param oletools.image.pullPolicy Pod image pull policy
image:
repository: mailu/oletools
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand All @@ -409,7 +409,7 @@ spec:
logLevel: ''
image:
repository: mailu/radicale
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand All @@ -424,7 +424,7 @@ spec:

image:
repository: mailu/fetchmail
tag: 2024.06.46
tag: 2024.06.47
pullPolicy: IfNotPresent

resources:
Expand Down
Loading