diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index 410a2feb52382b114659f5a603b2da1e33c8c9db..94bf2a5204a70ac1b7c6b23abf99703ac602c295 100644 --- a/charts/mok/Chart.yaml +++ b/charts/mok/Chart.yaml @@ -3,7 +3,7 @@ name: mok description: | Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. type: application -version: 0.5.1 +version: 0.5.2 sources: - https://de.postfix.org/ftpmirror/index.html - https://github.com/dovecot/core diff --git a/charts/mok/README.md b/charts/mok/README.md index 0176de91e4ddcc2492e1b7aaf602e50ef8d391fb..69a685b3cfbc27f04c8cae84463a42e1d947f0e5 100644 --- a/charts/mok/README.md +++ b/charts/mok/README.md @@ -1,6 +1,6 @@ # mok -  +  Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. @@ -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.1.1"` | Overrides the image tag whose default is "latest" | +| dovecot.image.tag | string | `"0.1.2"` | 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 | `{}` | | diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml index 0002a3c6cfb0644966f2189864a99ec6da0efdf2..816aa2e3b5d85cec0c54784692852b34ad0a0380 100644 --- a/charts/mok/values.yaml +++ b/charts/mok/values.yaml @@ -123,7 +123,7 @@ dovecot: repository: quay.io/shivering-isles/dovecot pullPolicy: IfNotPresent # -- Overrides the image tag whose default is "latest" - tag: "0.1.1" + tag: "0.1.2" # -- pull secret to access the afore defined image imagePullSecrets: [] diff --git a/images/dovecot/.release b/images/dovecot/.release index 30d50427739d190b6e70eb3a52e9718040f29ef2..f1433f7d39f1bac9224de6fd1fbe6023774ee846 100644 --- a/images/dovecot/.release +++ b/images/dovecot/.release @@ -1 +1 @@ -release=0.1.1 +release=0.1.2