From e9e9f0085917d6a2412dc3b829fd2b279d9e78b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jan 2026 00:30:13 +0000 Subject: [PATCH] Update docker.io/bitnamilegacy/pgpool Docker tag to v4.6.2 --- charts/gitea/Chart.yaml | 2 +- charts/gitea/README.md | 4 ++-- charts/gitea/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 4c536874..cc5ce418 100644 --- a/charts/gitea/Chart.yaml +++ b/charts/gitea/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 88b7adb8..478f0bbf 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # gitea -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -97,7 +97,7 @@ A Helm chart for Kubernetes | postgresql-ha.pgpool.existingSecret | string | `"pgpool"` | | | postgresql-ha.pgpool.image.registry | string | `"docker.io"` | | | postgresql-ha.pgpool.image.repository | string | `"bitnamilegacy/pgpool"` | | -| postgresql-ha.pgpool.image.tag | string | `"4.5.4-debian-12-r7"` | | +| postgresql-ha.pgpool.image.tag | string | `"4.6.2-debian-12-r7"` | | | postgresql-ha.pgpool.replicaCount | int | `1` | | | postgresql-ha.postgresql.containerPorts.postgresql | int | `5432` | | | postgresql-ha.postgresql.database | string | `"postgres"` | | diff --git a/charts/gitea/values.yaml b/charts/gitea/values.yaml index 167d9a66..e36f89bf 100644 --- a/charts/gitea/values.yaml +++ b/charts/gitea/values.yaml @@ -108,7 +108,7 @@ postgresql-ha: image: registry: docker.io repository: bitnamilegacy/pgpool - tag: 4.5.4-debian-12-r7 + tag: 4.6.2-debian-12-r7 gitea-bkp: enabled: true