Skip to content

Commit

Permalink
bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
Remsboys authored and jouve committed Jan 24, 2024
1 parent 8f66e93 commit b595d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mailpit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.12.0
version: 0.12.1
appVersion: 1.12.1
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/mailpit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: {{ .Values.mailpit.webroot }}livez
path: {{ .Values.mailpit.webroot | trimSuffix "/" }}/livez
port: 8025
scheme: HTTP
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
Expand All @@ -114,7 +114,7 @@ spec:
{{- if .Values.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: {{ .Values.mailpit.webroot }}readyz
path: {{ .Values.mailpit.webroot | trimSuffix "/" }}/readyz
port: 8025
scheme: HTTP
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
Expand Down

0 comments on commit b595d8a

Please sign in to comment.