Compare commits
3 Commits
0587ebda2c
...
8bd1e48a2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
8bd1e48a2a
|
|||
| 3cc757fef9 | |||
| 9fd1d55a9d |
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@ stalwart:
|
||||
main:
|
||||
image:
|
||||
repository: stalwartlabs/stalwart
|
||||
tag: v0.13.4
|
||||
tag: v0.14.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user