Skip to content

Commit

Permalink
bindplane 1.79 (#176)
Browse files Browse the repository at this point in the history
* bindplane 1.79

* fix test cases, license is required for startup
  • Loading branch information
jsirianni authored Oct 30, 2024
1 parent e709aea commit 82de4f0
Show file tree
Hide file tree
Showing 5 changed files with 6 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.20.4
version: 1.20.5
# The BindPlane OP tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.77.0
appVersion: 1.79.0
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.20.4](https://img.shields.io/badge/Version-1.20.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.77.0](https://img.shields.io/badge/AppVersion-1.77.0-informational?style=flat-square)
![Version: 1.20.5](https://img.shields.io/badge/Version-1.20.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.79.0](https://img.shields.io/badge/AppVersion-1.79.0-informational?style=flat-square)

BindPlane OP is an observability pipeline.

Expand Down
1 change: 1 addition & 0 deletions test/cases/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ config:
username: bpuser
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
licenseUseSecret: true
1 change: 1 addition & 0 deletions test/cases/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config:
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
server_url: http://bindplane.local:80
licenseUseSecret: true

# Ingress
ingress:
Expand Down
1 change: 1 addition & 0 deletions test/cases/volume/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config:
username: bpuser
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
licenseUseSecret: true

extraVolumes:
- name: cache-volume
Expand Down

0 comments on commit 82de4f0

Please sign in to comment.