Skip to content

Commit

Permalink
Bump app version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Girrulat committed Jun 18, 2020
1 parent 9d498e4 commit 66aa154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "6.3.0"
appVersion: "7.0.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 0.2.6
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/tvial/docker-mailserver
name: "tvial/docker-mailserver"
# image.tag is the tag of the container image to use. Refer to https://hub.docker.com/r/tvial/docker-mailserver
tag: "release-v6.1.0"
tag: "release-v7.0.0"
pullPolicy: "IfNotPresent"

initContainer:
Expand Down

0 comments on commit 66aa154

Please sign in to comment.