From ee77e9ac4e0d98624660c106ada45d871268fb3c Mon Sep 17 00:00:00 2001 From: Richard Alberto Date: Thu, 21 Jun 2018 13:30:59 -0400 Subject: [PATCH] Fix postgresql chart (#6226) --- stable/postgresql/Chart.yaml | 2 +- stable/postgresql/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {}