Skip to content

Commit

Permalink
BindPlane v1.74.2 (#169)
Browse files Browse the repository at this point in the history
* set missing auth0 options on nats, bump bindplane version

* bump bp version
  • Loading branch information
jsirianni authored Sep 27, 2024
1 parent 0d6948f commit 00f5d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.19.1
version: 1.19.2
# The BindPlane OP tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.74.0
appVersion: 1.74.2
keywords:
- kubernetes
- bindplane
Expand Down
2 changes: 1 addition & 1 deletion charts/bindplane/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bindplane

![Version: 1.19.1](https://img.shields.io/badge/Version-1.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.74.0](https://img.shields.io/badge/AppVersion-1.74.0-informational?style=flat-square)
![Version: 1.19.2](https://img.shields.io/badge/Version-1.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.74.2](https://img.shields.io/badge/AppVersion-1.74.2-informational?style=flat-square)

BindPlane OP is an observability pipeline.

Expand Down
6 changes: 6 additions & 0 deletions charts/bindplane/templates/bindplane-nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ spec:
value: {{ .Values.dev.auth.auth0.domain }}
- name: BINDPLANE_AUTH0_AUDIENCE
value: {{ .Values.dev.auth.auth0.audience }}
- name: BINDPLANE_AUTH0_MANAGEMENT_DOMAIN
value: {{ .Values.dev.auth.auth0.managementdomain }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID
value: {{ .Values.dev.auth.auth0.managementclientid }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET
value: {{ .Values.dev.auth.auth0.managementclientsecret }}
{{- end }}
{{- if eq .Values.multiAccount true }}
- name: BINDPLANE_ACCOUNTS_ENABLE
Expand Down

0 comments on commit 00f5d99

Please sign in to comment.