@@ -86,7 +86,7 @@ A Helm chart for Kubernetes
86
86
| 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) |
87
87
| 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. |
88
88
| imagePullSecrets | list | ` [] ` | Secret containing Docker registry credentials |
89
- | 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 |
89
+ | 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 |
90
90
| pgBouncer.affinity | object | ` {} ` | PgBouncer pod affinity configuration |
91
91
| pgBouncer.autoscaling | object | ` {"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80} ` | PgBouncer autoscaling configuration |
92
92
| pgBouncer.autoscaling.enabled | bool | ` false ` | PgBouncer autoscaling enabled flag |
@@ -95,10 +95,10 @@ A Helm chart for Kubernetes
95
95
| pgBouncer.autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | PgBouncer autoscaling target CPU utilization percentage |
96
96
| pgBouncer.envFromSecret | string | ` "" ` | The name of an existing Secret that contains sensitive environment variables. |
97
97
| pgBouncer.envVars | object | ` {} ` | Additional environment variables for PgBouncer pods |
98
- | pgBouncer.image | object | ` {"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.22.1 "} ` | PgBouncer image settings |
98
+ | pgBouncer.image | object | ` {"pullPolicy":"IfNotPresent","repository":"docker.io/bitnami/pgbouncer","tag":"1.23.0 "} ` | PgBouncer image settings |
99
99
| pgBouncer.image.pullPolicy | string | ` "IfNotPresent" ` | PgBouncer image pull policy |
100
100
| pgBouncer.image.repository | string | ` "docker.io/bitnami/pgbouncer" ` | PgBouncer image repository |
101
- | pgBouncer.image.tag | string | ` "1.22.1 " ` | PgBouncer image tag |
101
+ | pgBouncer.image.tag | string | ` "1.23.0 " ` | PgBouncer image tag |
102
102
| pgBouncer.nodeSelector | object | ` {} ` | PgBouncer pod node selector configuration |
103
103
| pgBouncer.podAnnotations | object | ` {} ` | Additional PgBouncer pod annotations |
104
104
| pgBouncer.podSecurityContext | object | ` {} ` | PgBouncer pod security context configuration |
0 commit comments