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 55e86be + d947884 commit b6c71efCopy full SHA for b6c71ef
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.22.1
+ tag: v1.22.2
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.22.1
+ image: axllent/mailpit:v1.22.2
150
container_name: mailpit
151
restart: unless-stopped
152
volumes:
0 commit comments