From aa5dc17fa623c01e967c8378430d44d6d168b211 Mon Sep 17 00:00:00 2001 From: bastienbosser <55381632+bastienbosser@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:25:10 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Fix serviceLabels error in postgresql-ha chart (#11509) * Fix serviceLabels error in postgresql-ha chart Signed-off-by: BOSSER, Bastien * Fix comment for postgresql service in values.yaml Signed-off-by: BOSSER, Bastien * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Co-authored-by: BOSSER, Bastien Co-authored-by: Bitnami Containers --- bitnami/postgresql-ha/Chart.yaml | 2 +- bitnami/postgresql-ha/templates/postgresql/service.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 d52b73c8ad..f2fa379a08 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -27,4 +27,4 @@ name: postgresql-ha sources: - https://github.com/bitnami/containers/tree/main/bitnami/postgresql - https://www.postgresql.org/ -version: 9.3.0 +version: 9.3.1 diff --git a/bitnami/postgresql-ha/templates/postgresql/service.yaml b/bitnami/postgresql-ha/templates/postgresql/service.yaml index f897bf5a8c..6aadb90386 100644 --- a/bitnami/postgresql-ha/templates/postgresql/service.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/service.yaml @@ -9,7 +9,7 @@ metadata: {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} {{- end }} {{- if .Values.service.serviceLabels }} - {{ toYaml .Values.service.serviceLabels | indent 4 }} + {{- include "common.tplvalues.render" ( dict "value" .Values.service.serviceLabels "context" $ ) | nindent 4 }} {{- end }} annotations: {{- if .Values.service.annotations }} diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 7025fb9e69..5c267223ff 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -1430,7 +1430,7 @@ persistence: ## @section Traffic Exposure parameters -## PgPool service parameters +## PostgreSQL service parameters ## service: ## @param service.type Kubernetes service type (`ClusterIP`, `NodePort` or `LoadBalancer`)