We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083db5c + bd63a3b commit ad526a9Copy full SHA for ad526a9
helm/_mailpit/values.yaml
@@ -3,7 +3,7 @@ replicaCount: 1
3
# https://hub.docker.com/r/axllent/mailpit/tags
4
image:
5
repository: axllent/mailpit
6
- tag: v1.27.1
+ tag: v1.27.3
7
pullPolicy: Always
8
9
imagePullSecrets: []
sandbox/docker-compose.yml
@@ -152,7 +152,7 @@ services:
152
153
mailpit:
154
# See https://hub.docker.com/r/axllent/mailpit/tags
155
- image: axllent/mailpit:v1.27.1
+ image: axllent/mailpit:v1.27.3
156
container_name: mailpit
157
restart: unless-stopped
158
volumes:
0 commit comments