From 33f10cc544886f6f59f2a1a1d029af70d093f685 Mon Sep 17 00:00:00 2001 From: Rahma Ahmed Date: Tue, 24 Oct 2023 12:49:04 +0200 Subject: [PATCH 1/2] Fix deployment.yaml syntax issue --- charts/pgbouncer/Chart.yaml | 6 +++--- charts/pgbouncer/README.md | 6 +++--- charts/pgbouncer/templates/deployment.yaml | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/pgbouncer/Chart.yaml b/charts/pgbouncer/Chart.yaml index 49c5226..8051986 100644 --- a/charts/pgbouncer/Chart.yaml +++ b/charts/pgbouncer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: pgbouncer description: A Helm chart for deploying bitnami/pgbouncer with TLS encryption -version: 0.1.0 +version: 0.1.1 appVersion: 1.19.1 type: application maintainers: @@ -15,7 +15,7 @@ keywords: - PostgreSQL - database - TLS -home: https://github.com/one-acre-fund/oaf-private-charts +home: https://github.com/one-acre-fund/oaf-public-charts sources: - - https://github.com/one-acre-fund/oaf-private-charts + - https://github.com/one-acre-fund/oaf-public-charts - https://bitnami.com/stack/pgbouncer diff --git a/charts/pgbouncer/README.md b/charts/pgbouncer/README.md index 17a1350..4960336 100644 --- a/charts/pgbouncer/README.md +++ b/charts/pgbouncer/README.md @@ -1,10 +1,10 @@ # PgBouncer -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) A Helm chart for deploying bitnami/pgbouncer with TLS encryption -**Homepage:** +**Homepage:** ## Maintainers @@ -14,7 +14,7 @@ A Helm chart for deploying bitnami/pgbouncer with TLS encryption ## Source Code -* +* * ## TL;DR diff --git a/charts/pgbouncer/templates/deployment.yaml b/charts/pgbouncer/templates/deployment.yaml index f0f19bd..1a1cf16 100644 --- a/charts/pgbouncer/templates/deployment.yaml +++ b/charts/pgbouncer/templates/deployment.yaml @@ -81,9 +81,9 @@ spec: {{- if .Values.resources }} resources: {{ .Values.resources | toYaml | nindent 10 }} {{- end }} - volumes: - {{- if .Values.tls.enabled }} - - name: tls-secret - secret: - secretName: {{ .Values.tls.existingSecret }} - {{- end }} + {{- if .Values.tls.enabled }} + volumes: + - name: tls-secret + secret: + secretName: {{ .Values.tls.existingSecret }} + {{- end }} From 775259dc1bbca018fa7e6de9d30ee334534a7828 Mon Sep 17 00:00:00 2001 From: Rahma Ahmed Date: Tue, 24 Oct 2023 12:55:12 +0200 Subject: [PATCH 2/2] Update chart version --- charts/pgbouncer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pgbouncer/Chart.yaml b/charts/pgbouncer/Chart.yaml index 8051986..7faa48d 100644 --- a/charts/pgbouncer/Chart.yaml +++ b/charts/pgbouncer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: pgbouncer description: A Helm chart for deploying bitnami/pgbouncer with TLS encryption -version: 0.1.1 +version: 0.1.2 appVersion: 1.19.1 type: application maintainers: