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 f1fbcd6c..5e4d3b25 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 @@ -99,7 +99,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 9b3c8fdc..d4fef984 100644 --- a/charts/gitea/values.yaml +++ b/charts/gitea/values.yaml @@ -111,7 +111,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