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 975bf67 + 955f289 commit de7d7aaCopy full SHA for de7d7aa
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.23.0
+ tag: v1.23.1
7
pullPolicy: Always
8
9
imagePullSecrets: []
sandbox/docker-compose.yml
@@ -146,7 +146,7 @@ services:
146
147
mailpit:
148
# See https://hub.docker.com/r/axllent/mailpit/tags
149
- image: axllent/mailpit:v1.23.0
+ image: axllent/mailpit:v1.23.1
150
container_name: mailpit
151
restart: unless-stopped
152
volumes:
0 commit comments