3 Commits

Author SHA1 Message Date
8bd1e48a2a 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 39s
2025-11-17 04:27:29 +00:00
3cc757fef9 fix
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m9s
2025-11-16 22:26:21 -06:00
9fd1d55a9d adjust host
Some checks failed
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled
2025-11-16 22:25:47 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ mariadb-cluster:
passwordSecretKeyRef:
name: booklore-database-secret
key: password
host: localhost
host: '%'
cleanupPolicy: Delete
requeueInterval: 10h
retryInterval: 30s
@@ -98,7 +98,7 @@ mariadb-cluster:
table: "*"
username: booklore
grantOption: true
host: localhost
host: '%'
cleanupPolicy: Delete
requeueInterval: 10h
retryInterval: 30s

View File

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