Skip to content

Commit e2c2cdf

Browse files
committed
Prepare release
1 parent ab9357e commit e2c2cdf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

30-
* [1.0.0, 1.0, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/1.0.0)
30+
* [1.0.0, 1.0, 1, latest](https://github.com/technicalguru/docker-mailserver/tree/v1.0.0)
3131

3232
# License
3333
_docker-mailserver_ is licensed under [GNU LGPL 3.0](LICENSE.md).

examples/helm-charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ directory.
6363
helm template \
6464
--namespace mailserver \
6565
--values my-values.yaml \
66-
--set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privke.pem \
67-
my-mailserver technicalguru/mailserver:1.0.0-rc1 --devel
66+
--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.0.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.0.0-rc1 --devel
78+
my-mailserver technicalguru/mailserver:1.0.0
7979
```
8080

8181
## Setup your Domain and Mailboxes

0 commit comments

Comments
 (0)