Skip to content

Commit 132618f

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
Helm-Docs update
1 parent 0a4a5f4 commit 132618f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/studio/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ A Helm chart for Kubernetes
8686
| 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) |
8787
| 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. |
8888
| 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 |
9090
| pgBouncer.affinity | object | `{}` | PgBouncer pod affinity configuration |
9191
| pgBouncer.autoscaling | object | `{"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | PgBouncer autoscaling configuration |
9292
| pgBouncer.autoscaling.enabled | bool | `false` | PgBouncer autoscaling enabled flag |
@@ -95,10 +95,10 @@ A Helm chart for Kubernetes
9595
| pgBouncer.autoscaling.targetCPUUtilizationPercentage | int | `80` | PgBouncer autoscaling target CPU utilization percentage |
9696
| pgBouncer.envFromSecret | string | `""` | The name of an existing Secret that contains sensitive environment variables. |
9797
| 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 |
9999
| pgBouncer.image.pullPolicy | string | `"IfNotPresent"` | PgBouncer image pull policy |
100100
| 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 |
102102
| pgBouncer.nodeSelector | object | `{}` | PgBouncer pod node selector configuration |
103103
| pgBouncer.podAnnotations | object | `{}` | Additional PgBouncer pod annotations |
104104
| pgBouncer.podSecurityContext | object | `{}` | PgBouncer pod security context configuration |

0 commit comments

Comments
 (0)