Skip to content

Commit

Permalink
New versions
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Apr 3, 2022
1 parent 850eb7f commit 54b7f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions examples/helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 54b7f76

Please sign in to comment.