From 82de4f033e8668ab7c0d3fec6beeac2000b83d94 Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Wed, 30 Oct 2024 17:11:21 -0400 Subject: [PATCH] bindplane 1.79 (#176) * bindplane 1.79 * fix test cases, license is required for startup --- charts/bindplane/Chart.yaml | 4 ++-- charts/bindplane/README.md | 2 +- test/cases/default/values.yaml | 1 + test/cases/ingress/values.yaml | 1 + test/cases/volume/values.yaml | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/bindplane/Chart.yaml b/charts/bindplane/Chart.yaml index 5cbd424f..ec298564 100644 --- a/charts/bindplane/Chart.yaml +++ b/charts/bindplane/Chart.yaml @@ -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 diff --git a/charts/bindplane/README.md b/charts/bindplane/README.md index 6423370f..8b0dea41 100644 --- a/charts/bindplane/README.md +++ b/charts/bindplane/README.md @@ -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. diff --git a/test/cases/default/values.yaml b/test/cases/default/values.yaml index c7851d9e..772a3f65 100644 --- a/test/cases/default/values.yaml +++ b/test/cases/default/values.yaml @@ -7,3 +7,4 @@ config: username: bpuser password: bppass sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B + licenseUseSecret: true diff --git a/test/cases/ingress/values.yaml b/test/cases/ingress/values.yaml index 4e672c49..2e65ef3d 100644 --- a/test/cases/ingress/values.yaml +++ b/test/cases/ingress/values.yaml @@ -4,6 +4,7 @@ config: password: bppass sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B server_url: http://bindplane.local:80 + licenseUseSecret: true # Ingress ingress: diff --git a/test/cases/volume/values.yaml b/test/cases/volume/values.yaml index 71bc6ed2..b24a25dc 100644 --- a/test/cases/volume/values.yaml +++ b/test/cases/volume/values.yaml @@ -3,6 +3,7 @@ config: username: bpuser password: bppass sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B + licenseUseSecret: true extraVolumes: - name: cache-volume