From 7e023f659b30539348ca6f8da71a508ea5fc71ab Mon Sep 17 00:00:00 2001 From: Jeremy Ho Date: Wed, 26 Apr 2023 13:28:02 -0700 Subject: [PATCH] Allow FRONTEND_NOTIFICATION_BANNER to be optionally declared in configmap Signed-off-by: Jeremy Ho --- charts/bcbox/Chart.yaml | 2 +- charts/bcbox/README.md | 3 +-- charts/bcbox/values.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/bcbox/Chart.yaml b/charts/bcbox/Chart.yaml index d54fdcea..006fde9e 100644 --- a/charts/bcbox/Chart.yaml +++ b/charts/bcbox/Chart.yaml @@ -3,7 +3,7 @@ name: bcbox # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.5 +version: 0.0.6 kubeVersion: ">= 1.13.0" description: A frontend UI for managing access control to S3 Objects # A chart can be either an 'application' or a 'library' chart. diff --git a/charts/bcbox/README.md b/charts/bcbox/README.md index 306ac6c1..0f9a2fe3 100644 --- a/charts/bcbox/README.md +++ b/charts/bcbox/README.md @@ -1,6 +1,6 @@ # bcbox -![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) A frontend UI for managing access control to S3 Objects @@ -40,7 +40,6 @@ Kubernetes: `>= 1.13.0` | autoscaling.targetCPUUtilizationPercentage | int | `80` | | | config.configMap.FRONTEND_APIPATH | string | `"api/v1"` | | | config.configMap.FRONTEND_COMS_APIPATH | string | `nil` | | -| config.configMap.FRONTEND_NOTIFICATION_BANNER | string | `nil` | | | config.configMap.FRONTEND_OIDC_AUTHORITY | string | `nil` | | | config.configMap.FRONTEND_OIDC_CLIENTID | string | `nil` | | | config.configMap.SERVER_APIPATH | string | `"/api/v1"` | | diff --git a/charts/bcbox/values.yaml b/charts/bcbox/values.yaml index ad27db9e..8b793356 100644 --- a/charts/bcbox/values.yaml +++ b/charts/bcbox/values.yaml @@ -113,7 +113,7 @@ config: configMap: FRONTEND_APIPATH: "api/v1" FRONTEND_COMS_APIPATH: ~ - FRONTEND_NOTIFICATION_BANNER: ~ + # FRONTEND_NOTIFICATION_BANNER: ~ FRONTEND_OIDC_AUTHORITY: ~ FRONTEND_OIDC_CLIENTID: ~ SERVER_APIPATH: "/api/v1"