Skip to content

Commit

Permalink
default to bindplane 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 22, 2025
1 parent 56152c9 commit bdeab7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/bindplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: bindplane
description: BindPlane OP is an observability pipeline.
type: application
# The chart's version
version: 1.26.2
version: 1.26.3
# The BindPlane OP tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.84.2
appVersion: 1.85.0
keywords:
- kubernetes
- bindplane
Expand Down
4 changes: 2 additions & 2 deletions charts/bindplane/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bindplane

![Version: 1.26.2](https://img.shields.io/badge/Version-1.26.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.84.2](https://img.shields.io/badge/AppVersion-1.84.2-informational?style=flat-square)
![Version: 1.26.3](https://img.shields.io/badge/Version-1.26.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.85.0](https://img.shields.io/badge/AppVersion-1.85.0-informational?style=flat-square)

BindPlane OP is an observability pipeline.

Expand Down Expand Up @@ -119,7 +119,7 @@ BindPlane OP is an observability pipeline.
| jobs.resources.requests.memory | string | `"1000Mi"` | Memory request. |
| metrics.otlp.endpoint | string | `""` | Endpoint of the OTLP gRPC metrics receiver. Should be in the form of ip:port or host:port. |
| metrics.otlp.insecure | bool | `false` | Set to `true` to disable TLS. Set to false if TLS is in use by the OTLP metrics receiver. |
| metrics.type | string | `""` | Metrics type to use. Valid options include `otlp` and `prometheus`. When `otlp` is enabled, metrics are pushed to the configured OTel receiver. When `prometheus` is enabled, metrics are exposed in Prometheus format by BindPlane's HTTP server at `/metrics`. |
| metrics.type | string | `"prometheus"` | Metrics type to use. Valid options include `otlp` and `prometheus`. When `otlp` is enabled, metrics are pushed to the configured OTel receiver. When `prometheus` is enabled, metrics are exposed in Prometheus format by BindPlane's HTTP server at `/metrics`. |
| multiAccount | bool | `false` | Whether or not to enable multi account (tenant). |
| nats.deploymentType | string | `"StatefulSet"` | Deployment Type for NATs. Valid options include `StatefulSet` and `Deployment`, case sensitive. StatefulSet is recommended, and does not consume a volume mount. If your cluster is restricted to using Deployments, you can use that option instead. |
| nats.resources | object | `{"limits":{"memory":"1000Mi"},"requests":{"cpu":"1000m","memory":"1000Mi"}}` | NATs server resources request block, when event bus type is `nats`. |
Expand Down
2 changes: 1 addition & 1 deletion charts/bindplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ metrics:
# -- Metrics type to use. Valid options include `otlp` and `prometheus`. When `otlp` is enabled, metrics
# are pushed to the configured OTel receiver. When `prometheus` is enabled, metrics are exposed in Prometheus
# format by BindPlane's HTTP server at `/metrics`.
type: ""
type: "prometheus"
otlp:
# -- Endpoint of the OTLP gRPC metrics receiver. Should be in the form of ip:port or host:port.
endpoint: ""
Expand Down

0 comments on commit bdeab7b

Please sign in to comment.