Skip to content

Commit

Permalink
chore: BindPlane OP --> Bindplane rebrand (#199)
Browse files Browse the repository at this point in the history
* rebrand

* fix docs
  • Loading branch information
jsirianni authored Feb 13, 2025
1 parent 97e5bce commit 8d734c2
Show file tree
Hide file tree
Showing 13 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Environment:**
- OS
- BindPlane OP Helm Version or Commit Hash
- Bindplane Helm Version or Commit Hash

**Additional context**
Add any other context about the problem here.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
[![Helm Release](https://github.com/observIQ/bindplane-op-helm/actions/workflows/helm.yml/badge.svg)](https://github.com/observIQ/bindplane-op-helm/actions/workflows/helm.yml)
[![Pages Deployment](https://github.com/observIQ/bindplane-op-helm/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/observIQ/bindplane-op-helm/actions/workflows/pages/pages-build-deployment)

# BindPlane OP Helm
# Bindplane Helm

This repository contains a Helm chart for [BindPlane OP](https://observ-iq-next-git-joesiri-92ee87-jj-observ-iqp-ixel-point-team.vercel.app/).
This repository contains a Helm chart for [Bindplane](https://bindplane.com).

## Prerequisites

### Postgres

BindPlane supports two backend storage options. Postgres and `bbolt` (deprecated). The chart will
Bindplane supports two backend storage options. Postgres and `bbolt` (deprecated). The chart will
use `bbolt` by default, however, Bindplane recommends using Postgres for production deployments. Additionally,
the `bbolt` backend will be removed in BindPlane version 2. Postgres allows for better performance and
scalability. BindPlane with High Availability requires Postgres.
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://bindplane.com/docs/advanced-setup/installation/postgresql)
for more details.

### Helm
Expand All @@ -32,7 +32,7 @@ The secret should have the following keys:
- `username`: Basic auth username to use for the default admin user
- `password`: Basic auth password to use for the default admin user
- `sessions_secret`: Random UUIDv4 used to derive web interface session tokens
- `license`: Your BindPlane license key
- `license`: Your Bindplane license key

Example: Create secret with `kubectl`:

Expand Down Expand Up @@ -68,12 +68,12 @@ helm upgrade --install bindplane bindplane/bindplane

## Connectivity

BindPlane can be reached using the clusterIP service deployed by the chart. By default the service
Bindplane can be reached using the clusterIP service deployed by the chart. By default the service
name is `bindplane` and the port is `3001`.

**Web Interface**

You can connect to BindPlane from your workstation using port forwarding:
You can connect to Bindplane from your workstation using port forwarding:

```bash
kubectl -n default port-forward svc/bindplane 3001
Expand All @@ -83,7 +83,7 @@ You should now be able to access http://localhost:3001

**Command Line**

You can connect to BindPlane from your workstation using port forwarding:
You can connect to Bindplane from your workstation using port forwarding:

```bash
kubectl -n default port-forward svc/bindplane 3001
Expand Down Expand Up @@ -112,11 +112,11 @@ ws://bindplane.default:3001/v1/opamp

# Community

BindPlane OP Helm is an open source project. If you'd like to contribute, take a look at our [contribution guidelines](/docs/CONTRIBUTING.md). We look forward to building with you.
Bindplane Helm is an open source project. If you'd like to contribute, take a look at our [contribution guidelines](/docs/CONTRIBUTING.md). We look forward to building with you.

## Code of Conduct

BindPlane OP Helm follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Please report violations of the Code of Conduct to any or all [maintainers](/docs/MAINTAINERS.md).
Bindplane Helm follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Please report violations of the Code of Conduct to any or all [maintainers](/docs/MAINTAINERS.md).

# Other questions?

Expand Down
8 changes: 4 additions & 4 deletions charts/bindplane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: bindplane
description: BindPlane OP is an observability pipeline.
description: Bindplane is an observability pipeline.
type: application
# The chart's version
version: 1.26.5
# The BindPlane OP tagged release. If the user does not
version: 1.26.6
# The Bindplane tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.86.0
keywords:
Expand All @@ -18,7 +18,7 @@ home: https://github.com/observIQ/bindplane-op
icon: https://raw.githubusercontent.com/observIQ/bindplane-op/main/docs/images/bindplaneop.png
annotations:
"documentation": |
- name: BindPlane OP Documentation
- name: Bindplane Documentation
url: https://observiq.com/docs/advanced-setup/kubernetes-installation/server/install
- name: High Availability Deployment
url: https://observiq.com/docs/advanced-setup/kubernetes-installation/server/deployment
Expand Down
Loading

0 comments on commit 8d734c2

Please sign in to comment.