1 Commits

Author SHA1 Message Date
1c4472781f Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-docker / docker-lint (pull_request) Successful in 37s
2025-11-17 04:24:06 +00:00

View File

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