Skip to content

Commit 9f9d490

Browse files
committed
update dockerhub URLs: tvial -> mailserver
increment chart version bump versions of lint workflow packages
1 parent 640820f commit 9f9d490

3 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
@@ -196,7 +196,7 @@ The following table lists the configurable parameters of the docker-mailserver c
196196

197197
| Parameter | Description | Default |
198198
|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|
199-
| `image.name` | The name of the container image to use | `tvial/docker-mailserver` |
199+
| `image.name` | The name of the container image to use | `mailserver/docker-mailserver` |
200200
| `image.tag` | The image tag to use (You may prefer "latest" over "v6.1.0", for example) | `release-v6.1.0` |
201201
| `demoMode.enabled` | Start the container with a demo "user@example.com" user (password is "password") | `true` |
202202
| `haproxy.enabled` | Support HAProxy PROXY protocol on SMTP, IMAP(S), and POP3(S) connections. Provides real source IP instead of load balancer IP | `true` |

charts/docker-mailserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The following table lists the configurable parameters of the docker-mailserver c
196196

197197
| Parameter | Description | Default |
198198
|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|
199-
| `image.name` | The name of the container image to use | `tvial/docker-mailserver` |
199+
| `image.name` | The name of the container image to use | `mailserver/docker-mailserver` |
200200
| `image.tag` | The image tag to use (You may prefer "latest" over "v6.1.0", for example) | `release-v6.1.0` |
201201
| `demoMode.enabled` | Start the container with a demo "user@example.com" user (password is "password") | `true` |
202202
| `haproxy.enabled` | Support HAProxy PROXY protocol on SMTP, IMAP(S), and POP3(S) connections. Provides real source IP instead of load balancer IP | `true` |

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
image:
3-
# image.name is the name of the container image to use. Refer to https://hub.docker.com/r/tvial/docker-mailserver
3+
# image.name is the name of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
44
name: "mailserver/docker-mailserver"
5-
# image.tag is the tag of the container image to use. Refer to https://hub.docker.com/r/tvial/docker-mailserver
5+
# image.tag is the tag of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
66
tag: "8.0.1"
77
pullPolicy: "IfNotPresent"
88

0 commit comments

Comments
 (0)