Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jul 12, 2024
1 parent e05ab2d commit 4256ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bindplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bindplane
description: BindPlane OP is an observability pipeline.
type: application
# The chart's version
version: 1.12.0
version: 1.13.0
# The BindPlane OP tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.63.1
Expand Down
3 changes: 3 additions & 0 deletions charts/bindplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ BindPlane OP is an observability pipeline.
| autoscaling.targetMemoryUtilizationPercentage | int | `60` | Autoscaling target Memory usage percentage. |
| backend.bbolt.storageClass | string | `""` | The Kubernetes storage class to use for the volumeClaimTemplate. If unset, the volume claim will use the cluster's default storage class. |
| backend.bbolt.volumeSize | string | `"10Gi"` | Persistent volume size. |
| backend.postgres.credentialSecret.name | string | `""` | Kubernetes secret name that contains the Postgres username and password. |
| backend.postgres.credentialSecret.passwordKey | string | `""` | The secret's subPath which contains the password. |
| backend.postgres.credentialSecret.usernameKey | string | `""` | The secret's subPath which contains the username. |
| backend.postgres.database | string | `""` | Database to use. |
| backend.postgres.host | string | `"localhost"` | Hostname or IP address of the Postgres server. |
| backend.postgres.maxConnections | int | `100` | Max number of connections to use when communicating with Postgres. |
Expand Down

0 comments on commit 4256ff6

Please sign in to comment.