2 Commits

Author SHA1 Message Date
4a92ba94bd Update stalwartlabs/stalwart Docker tag to v0.14.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 36s
2025-11-20 22:32:40 +00:00
7555e81472 remove probe
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Failing after 12m58s
2025-11-20 16:31:15 -06:00
2 changed files with 1 additions and 35 deletions

View File

@@ -27,24 +27,6 @@ ephemera:
value: 0
- name: PGID
value: 0
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- CMD
- wget
- --no-verbose
- --tries=1
- --spider
- http://127.0.0.1:8286/health
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources:
requests:
cpu: 50m
@@ -63,22 +45,6 @@ ephemera:
value: none
- name: TZ
value: America/Chicago
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- CMD
- curl
- -f
- http://127.0.0.1:8191/health
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources:
requests:
cpu: 10m

View File

@@ -9,7 +9,7 @@ stalwart:
main:
image:
repository: stalwartlabs/stalwart
tag: v0.13.4
tag: v0.14.1
pullPolicy: IfNotPresent
resources:
requests: