mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Merge branch 'renovate/docker.io-bitnamilegacy-pgpool-4.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Update docker.io/bitnamilegacy/pgpool Docker tag to v4.6.2 See merge request deepcypher/dc-kc!902
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gitea
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user