Skip to content

Commit

Permalink
Update Chart version and while at it the appVersion and docker-mailse…
Browse files Browse the repository at this point in the history
…rver images to 13.2.0
  • Loading branch information
cfis committed Jan 10, 2024
1 parent e945cdf commit 7961a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "12.1.0"
appVersion: "13.2.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 2.1.1
version: 2.2.0
sources:
- https://github.com/docker-mailserver/docker-mailserver-helm
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-mailserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
# image.name is the name of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
name: "mailserver/docker-mailserver"
# image.tag is the tag of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
tag: "12.0.0"
tag: "13.2.0"
pullPolicy: "IfNotPresent"

initContainer:
Expand Down

0 comments on commit 7961a63

Please sign in to comment.