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 75a8a15 + dff29bf commit d3ccb53Copy full SHA for d3ccb53
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.6
+ tag: v1.27.7
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.6
+ image: axllent/mailpit:v1.27.7
156
container_name: mailpit
157
restart: unless-stopped
158
volumes:
0 commit comments