From a4e239295409e2cffe5fa5aba2476831f5ee8b8a Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Wed, 10 Apr 2024 13:28:26 -0400 Subject: [PATCH] bump version and update readme --- charts/bindplane/Chart.yaml | 2 +- charts/bindplane/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/bindplane/Chart.yaml b/charts/bindplane/Chart.yaml index e9018fa9..d933defd 100644 --- a/charts/bindplane/Chart.yaml +++ b/charts/bindplane/Chart.yaml @@ -3,7 +3,7 @@ name: bindplane description: BindPlane OP is an observability pipeline. type: application # The chart's version -version: 1.7.1 +version: 1.7.2 # The BindPlane OP tagged release. If the user does not # set the `image.tag` values option, this version is used. appVersion: 1.51.0 diff --git a/charts/bindplane/README.md b/charts/bindplane/README.md index 60a34532..278bb918 100644 --- a/charts/bindplane/README.md +++ b/charts/bindplane/README.md @@ -1,6 +1,6 @@ # bindplane -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.51.0](https://img.shields.io/badge/AppVersion-1.51.0-informational?style=flat-square) +![Version: 1.7.2](https://img.shields.io/badge/Version-1.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.51.0](https://img.shields.io/badge/AppVersion-1.51.0-informational?style=flat-square) BindPlane OP is an observability pipeline. @@ -59,6 +59,9 @@ BindPlane OP is an observability pipeline. | config.sessions_secret | string | `""` | Sessions Secret to use. Overrides `config.secret`. | | config.username | string | `""` | Username to use. Overrides `config.secret`. | | containerSecurityContext | object | `{"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534}` | The Container's securityContext: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container. | +| dev.bindplane.auth.auth0.audience | string | `""` | | +| dev.bindplane.auth.auth0.clientID | string | `""` | | +| dev.bindplane.auth.auth0.domain | string | `""` | | | dev.collector.create | bool | `false` | | | dev.collector.image.name | string | `"ghcr.io/observiq/observiq-otel-collector"` | | | dev.collector.image.tag | string | `"latest"` | |