From 54b7f769baee7a5b48bed23632f778b4bebd81ed Mon Sep 17 00:00:00 2001 From: technicalguru Date: Sun, 3 Apr 2022 11:04:29 +0200 Subject: [PATCH] New versions --- README.md | 3 ++- examples/helm-charts/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 267c0c2..ea1d91e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ configuration scripts. # Versions The following versions are available as releases. Sub-projects have their own lifecycle. -* [1.2.0, 1.2, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/v1.2.0) +* [1.3.0, 1.3, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/v1.3.0) +* [1.2.0, 1.2](https://github.com/technicalguru/docker-mailserver/tree/v1.2.0) * [1.1.1, 1.1](https://github.com/technicalguru/docker-mailserver/tree/v1.1.1) * [1.0.0, 1.0](https://github.com/technicalguru/docker-mailserver/tree/v1.0.0) diff --git a/examples/helm-charts/README.md b/examples/helm-charts/README.md index f472531..61eb4f2 100644 --- a/examples/helm-charts/README.md +++ b/examples/helm-charts/README.md @@ -64,7 +64,7 @@ helm template \ --namespace mailserver \ --values my-values.yaml \ --set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privkey.pem \ - my-mailserver technicalguru/mailserver:1.2.0 + my-mailserver technicalguru/mailserver:1.3.0 ``` Check the output whether the Kubernetes YAML files are what you had in mind when defining the values. @@ -75,7 +75,7 @@ helm install \ --namespace mailserver \ --values my-values.yaml \ --set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privke.pem \ - my-mailserver technicalguru/mailserver:1.2.0 + my-mailserver technicalguru/mailserver:1.3.0 ``` ## Setup your Domain and Mailboxes