diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 0db630a1c8..f16fc68966 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ name: postgresql -version: 0.14.2 +version: 0.14.3 appVersion: 9.6.2 description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/stable/postgresql/values.yaml b/stable/postgresql/values.yaml index 1277bf805d..98405da942 100644 --- a/stable/postgresql/values.yaml +++ b/stable/postgresql/values.yaml @@ -138,7 +138,7 @@ probes: readiness: initialDelay: 5 timeoutSeconds: 3 - failureThreshold: 5 + periodSeconds: 5 ## Annotations for the deployment and nodes. deploymentAnnotations: {} podAnnotations: {}