Skip to content

Commit

Permalink
Merge pull request #75 from bcgov/bugfix/configmap
Browse files Browse the repository at this point in the history
Fix Helm chart to allow optional notification banner
  • Loading branch information
kamorel authored Apr 26, 2023
2 parents 34dcd98 + 7e023f6 commit f7bfa76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bcbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions charts/bcbox/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bcbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f7bfa76

Please sign in to comment.