From 416d72f3d2284dddbf3e5da749fbc994df902e83 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 11 Mar 2020 13:27:57 +0530 Subject: [PATCH] [bitnami/postgresql-ha] bump pgpool image tag (#2026) `bitnami/pgpool:4.1.1-debian-10-r19` image contains a fix for the healthcheck which cause the pgpool pod to restart when there is a backend reconfiguration. Fixes #1934 --- bitnami/postgresql-ha/Chart.yaml | 2 +- bitnami/postgresql-ha/values-production.yaml | 2 +- bitnami/postgresql-ha/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index aca62ea1f..b17e68086 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql-ha -version: 1.4.7 +version: 1.4.8 appVersion: 11.7.0 description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool). keywords: diff --git a/bitnami/postgresql-ha/values-production.yaml b/bitnami/postgresql-ha/values-production.yaml index 3edfed2bf..46701cc18 100644 --- a/bitnami/postgresql-ha/values-production.yaml +++ b/bitnami/postgresql-ha/values-production.yaml @@ -51,7 +51,7 @@ postgresqlImage: pgpoolImage: registry: docker.io repository: bitnami/pgpool - tag: 4.1.1-debian-10-r6 + tag: 4.1.1-debian-10-r19 ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index fe903d1c0..b89cd245a 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -51,7 +51,7 @@ postgresqlImage: pgpoolImage: registry: docker.io repository: bitnami/pgpool - tag: 4.1.1-debian-10-r6 + tag: 4.1.1-debian-10-r19 ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##