diff --git a/charts/studio/README.md b/charts/studio/README.md index 22c9dce1..211b7880 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -86,7 +86,7 @@ A Helm chart for Kubernetes | global.scmProviders.webhookHost | string | `$global.host` value. | Custom hostname for incoming webhook (if Studio runs on a private network and you use SaaS versions of GitHub, GitLab, or Bitbucket) | | global.secretKey | string | `""` | Studio: Secret key for signing Webhook payloads We recommend you set this externally. If left empty, a random key will be generated. | | imagePullSecrets | list | `[]` | Secret containing Docker registry credentials | -| pgBouncer | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80},"enabled":false,"envFromSecret":"","envVars":{},"image":{"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.22.1"},"nodeSelector":{},"podAnnotations":{},"podSecurityContext":{},"replicaCount":1,"resources":{"limits":{"memory":"1024Mi"},"requests":{"cpu":"500m","memory":"512Mi"}},"securityContext":{},"service":{"port":6432,"type":"ClusterIP"},"serviceAccountName":"","tolerations":[]}` | PgBouncer settings group | +| pgBouncer | object | `{"affinity":{},"autoscaling":{"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80},"enabled":false,"envFromSecret":"","envVars":{},"image":{"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.23.0"},"nodeSelector":{},"podAnnotations":{},"podSecurityContext":{},"replicaCount":1,"resources":{"limits":{"memory":"1024Mi"},"requests":{"cpu":"500m","memory":"512Mi"}},"securityContext":{},"service":{"port":6432,"type":"ClusterIP"},"serviceAccountName":"","tolerations":[]}` | PgBouncer settings group | | pgBouncer.affinity | object | `{}` | PgBouncer pod affinity configuration | | pgBouncer.autoscaling | object | `{"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | PgBouncer autoscaling configuration | | pgBouncer.autoscaling.enabled | bool | `false` | PgBouncer autoscaling enabled flag | @@ -95,10 +95,10 @@ A Helm chart for Kubernetes | pgBouncer.autoscaling.targetCPUUtilizationPercentage | int | `80` | PgBouncer autoscaling target CPU utilization percentage | | pgBouncer.envFromSecret | string | `""` | The name of an existing Secret that contains sensitive environment variables. | | pgBouncer.envVars | object | `{}` | Additional environment variables for PgBouncer pods | -| pgBouncer.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.22.1"}` | PgBouncer image settings | +| pgBouncer.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.23.0"}` | PgBouncer image settings | | pgBouncer.image.pullPolicy | string | `"IfNotPresent"` | PgBouncer image pull policy | | pgBouncer.image.repository | string | `"docker.io/bitnami/pgbouncer"` | PgBouncer image repository | -| pgBouncer.image.tag | string | `"1.22.1"` | PgBouncer image tag | +| pgBouncer.image.tag | string | `"1.23.0"` | PgBouncer image tag | | pgBouncer.nodeSelector | object | `{}` | PgBouncer pod node selector configuration | | pgBouncer.podAnnotations | object | `{}` | Additional PgBouncer pod annotations | | pgBouncer.podSecurityContext | object | `{}` | PgBouncer pod security context configuration | diff --git a/charts/studio/values.yaml b/charts/studio/values.yaml index 5743f7e6..9348cb51 100644 --- a/charts/studio/values.yaml +++ b/charts/studio/values.yaml @@ -269,7 +269,7 @@ pgBouncer: # -- PgBouncer image pull policy pullPolicy: IfNotPresent # -- PgBouncer image tag - tag: "1.22.1" + tag: "1.23.0" service: type: ClusterIP