Skip to content

Commit 54b7f76

Browse files
committed
New versions
1 parent 850eb7f commit 54b7f76

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ configuration scripts.
2828
# Versions
2929
The following versions are available as releases. Sub-projects have their own lifecycle.
3030

31-
* [1.2.0, 1.2, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/v1.2.0)
31+
* [1.3.0, 1.3, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/v1.3.0)
32+
* [1.2.0, 1.2](https://github.com/technicalguru/docker-mailserver/tree/v1.2.0)
3233
* [1.1.1, 1.1](https://github.com/technicalguru/docker-mailserver/tree/v1.1.1)
3334
* [1.0.0, 1.0](https://github.com/technicalguru/docker-mailserver/tree/v1.0.0)
3435

examples/helm-charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ helm template \
6464
--namespace mailserver \
6565
--values my-values.yaml \
6666
--set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privkey.pem \
67-
my-mailserver technicalguru/mailserver:1.2.0
67+
my-mailserver technicalguru/mailserver:1.3.0
6868
```
6969

7070
Check the output whether the Kubernetes YAML files are what you had in mind when defining the values.
@@ -75,7 +75,7 @@ helm install \
7575
--namespace mailserver \
7676
--values my-values.yaml \
7777
--set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privke.pem \
78-
my-mailserver technicalguru/mailserver:1.2.0
78+
my-mailserver technicalguru/mailserver:1.3.0
7979
```
8080

8181
## Setup your Domain and Mailboxes

0 commit comments

Comments
 (0)