Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use `bbolt` by default, however, Bindplane recommends using Postgres for product
the `bbolt` backend will be removed in Bindplane version 2. Postgres allows for better performance and
scalability. Bindplane with High Availability requires Postgres.

See the Bindplane [PostgreSQL documentation](https://bindplane.com/docs/advanced-setup/installation/postgresql)
See the Bindplane [PostgreSQL documentation](https://docs.bindplane.com/deployment/virtual-machine/bindplane/postgresql)
for more details.

### Helm
Expand Down Expand Up @@ -120,4 +120,4 @@ Bindplane Helm follows the [CNCF Code of Conduct](https://github.com/cncf/founda

# Other questions?

Send us an [email](mailto:support@observiq.com), or open an issue with your question. We'd love to hear from you!
Send us an [email](mailto:support@bindplane.com), or open an issue with your question. We'd love to hear from you!
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ In order for the vulnerability reports to reach maintainers as soon as possible,
communication channel between the reporter and the maintainers.

If you are absolutely unable to or have strong reasons not to use GitHub reporting workflow, please send an email
to support@observiq.com.
to support@bindplane.com.
14 changes: 6 additions & 8 deletions charts/bindplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,25 @@ name: bindplane
description: Bindplane is an observability pipeline.
type: application
# The chart's version
version: 1.35.1
version: 1.35.2
# The Bindplane tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.100.4
keywords:
- kubernetes
- bindplane
- bindplane-op
- opentelemetry
- telemetry
- observability
home: https://github.com/observIQ/bindplane-op
icon: https://raw.githubusercontent.com/observIQ/bindplane-op/main/docs/images/bindplaneop.png
home: https://docs.bindplane.com
annotations:
"documentation": |
- name: Bindplane Documentation
url: https://observiq.com/docs/advanced-setup/kubernetes-installation/server/install
url: https://docs.bindplane.com/deployment/kubernetes/server/installation
- name: High Availability Deployment
url: https://observiq.com/docs/advanced-setup/kubernetes-installation/server/deployment
url: https://docs.bindplane.com/deployment/kubernetes/server/installation/high-availability
maintainers:
- name: jsirianni
email: joe@observiq.com
email: joe.sirianni@bindplane.com
- name: tbm48813
email: travis.malcuit@observiq.com
email: travis.malcuit@bindplane.com
10 changes: 5 additions & 5 deletions charts/bindplane/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# bindplane

![Version: 1.35.1](https://img.shields.io/badge/Version-1.35.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.100.4](https://img.shields.io/badge/AppVersion-1.100.4-informational?style=flat-square)
![Version: 1.35.2](https://img.shields.io/badge/Version-1.35.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.100.4](https://img.shields.io/badge/AppVersion-1.100.4-informational?style=flat-square)

Bindplane is an observability pipeline.

**Homepage:** <https://github.com/observIQ/bindplane-op>
**Homepage:** <https://docs.bindplane.com>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| jsirianni | <joe@observiq.com> | |
| tbm48813 | <travis.malcuit@observiq.com> | |
| jsirianni | <joe.sirianni@bindplane.com> | |
| tbm48813 | <travis.malcuit@bindplane.com> | |

## Values

Expand Down Expand Up @@ -74,7 +74,7 @@ Bindplane is an observability pipeline.
| backend.type | string | `"bbolt"` | Backend to use for persistent storage. Available options are `bbolt` (deprecated), and `postgres`. BBolt has been deprecated since February 2025 and was removed in BindPlane v1.99.0 (April 2026). When using `bbolt`, the image tag must be v1.98.0 or older. |
| busybox_image | string | `"busybox:latest"` | The container image to use for the busybox init container. |
| command | list | `[]` | Optional command overrides for the Bindplane container in all Bindplane pods. |
| config.accept_eula | bool | `true` | Whether or not to accept the EULA. EULA acceptance is required. See https://observiq.com/legal/eula. |
| config.accept_eula | bool | `true` | Whether or not to accept the EULA. EULA acceptance is required. See https://bindplane.com/legal/eula. |
| config.agentVersions | object | `{"clients":["github"]}` | The agent versions clients source to use. Defaults to ["github"]. |
| config.agentVersions.clients | list | `["github"]` | The agent version clients to use when syncing agent agent versions. Will not take effect on Bindplane versions older than v1.94.0. |
| config.analytics.disable | bool | `false` | Whether or not to disable analytics. Disabling analytics is only supported when an enterprise license is used. |
Expand Down
2 changes: 1 addition & 1 deletion charts/bindplane/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ BBolt has been deprecated in BindPlane since February 2025 and was removed
in BindPlane v1.99.0 (April 2026). Please migrate to backend.type 'postgres'
before upgrading to BindPlane v1.99.0 or newer.

See https://observiq.com/docs for migration instructions.
See https://docs.bindplane.com for migration instructions.
{{- end }}
6 changes: 3 additions & 3 deletions charts/bindplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ eventbus:
insecure: false

# Kafka is deprecated and will be removed in a future release, please use NATS instead.
# https://observiq.com/docs/advanced-setup/kubernetes-installation/server/components/eventbus
# https://docs.bindplane.com/deployment/kubernetes/server/components/event-bus
# kafka:
# brokers: ""
# protocolVersion: ""
Expand Down Expand Up @@ -286,9 +286,9 @@ transform_agent:
extraPodLabels: {}

# Bindplane configuration options:
# https://github.com/observIQ/bindplane-op/blob/main/docs/configuration.md
# https://docs.bindplane.com/configuration
config:
# -- Whether or not to accept the EULA. EULA acceptance is required. See https://observiq.com/legal/eula.
# -- Whether or not to accept the EULA. EULA acceptance is required. See https://bindplane.com/legal/eula.
accept_eula: true

# -- The agent versions clients source to use. Defaults to ["github"].
Expand Down
2 changes: 1 addition & 1 deletion values/large.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Resources allocated to Bindplane Server. For more information
# see https://observiq.com/docs/advanced-setup/installation/prerequisites.
# see https://docs.bindplane.com/deployment/virtual-machine/bindplane/prerequisites.
resources:
requests:
memory: 16Gi
Expand Down
2 changes: 1 addition & 1 deletion values/small.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Resources allocated to Bindplane Server. For more information
# see https://observiq.com/docs/advanced-setup/installation/prerequisites.
# see https://docs.bindplane.com/deployment/virtual-machine/bindplane/prerequisites.
resources:
requests:
memory: 4Gi
Expand Down
Loading