Skip to content
Snippets Groups Projects
Verified Commit 219a6342 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(mok): Regular rebuild for mok images

parent 78faccca
No related branches found
No related tags found
No related merge requests found
Pipeline #19262 passed
......@@ -23,7 +23,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| dovecot.affinity | object | `{}` | |
| dovecot.image.pullPolicy | string | `"IfNotPresent"` | |
| dovecot.image.repository | string | `"quay.io/shivering-isles/dovecot"` | dovecot container image |
| dovecot.image.tag | string | `"0.4.0"` | Overrides the image tag whose default is "latest" |
| dovecot.image.tag | string | `"0.4.1"` | Overrides the image tag whose default is "latest" |
| dovecot.imagePullSecrets | list | `[]` | pull secret to access the afore defined image |
| dovecot.nodeSelector | object | `{}` | |
| dovecot.podAnnotations | object | `{}` | |
......@@ -57,7 +57,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
| postfix.hostname | string | `nil` | explicitly set postfix hostname |
| postfix.image.pullPolicy | string | `"IfNotPresent"` | |
| postfix.image.repository | string | `"quay.io/shivering-isles/postfix"` | postfix container image |
| postfix.image.tag | string | `"3.8.4"` | Overrides the image tag whose default is "latest" |
| postfix.image.tag | string | `"3.8.5"` | Overrides the image tag whose default is "latest" |
| postfix.imagePullSecrets | list | `[]` | |
| postfix.nodeSelector | object | `{}` | |
| postfix.podAnnotations | object | `{}` | |
......
......@@ -46,7 +46,7 @@ postfix:
repository: quay.io/shivering-isles/postfix
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is "latest"
tag: "3.8.4"
tag: "3.8.5"
imagePullSecrets: []
......@@ -126,7 +126,7 @@ dovecot:
repository: quay.io/shivering-isles/dovecot
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is "latest"
tag: "0.4.0"
tag: "0.4.1"
# -- pull secret to access the afore defined image
imagePullSecrets: []
......
release=0.4.0
release=0.4.1
release=3.8.4
release=3.8.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment