Skip to content

Commit

Permalink
[mailpit] 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Jan 30, 2024
1 parent 6838fac commit fd9f8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/mailpit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: mailpit
description: An email and SMTP testing tool with API for developers
icon: https://raw.githubusercontent.com/axllent/mailpit/develop/server/ui/mailpit.svg
type: application
version: 0.13.0
appVersion: 1.13.0
version: 0.13.1
appVersion: 1.13.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
3 changes: 2 additions & 1 deletion charts/mailpit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ global:
image:
registry: docker.io
repository: axllent/mailpit
tag: v1.13.0
tag: v1.13.1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -117,6 +117,7 @@ livenessProbe:
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 1

# Enables the readinessProbe for mailpit
readinessProbe:
enabled: true
Expand Down

0 comments on commit fd9f8c2

Please sign in to comment.