fix: pinning postgresql
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-15 07:18:11 +01:00
parent f69e2e4d2a
commit c9253637f7

View File

@@ -130,6 +130,9 @@ resource "helm_release" "this" {
jsonencode({ jsonencode({
postgresql = { postgresql = {
enabled = true enabled = true
image = {
tag = "12.20.0-debian-12-r26"
}
primary = { primary = {
persistence = { persistence = {
enabled = true enabled = true