Skip to content

Commit

Permalink
change extraEnvVarsSecrets items to string (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Gamidi <vamsi.gamidi@jobvite-inc.com>
  • Loading branch information
vamsi10g authored May 5, 2023
1 parent 4927da7 commit 0074d5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
# 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.22.2
version: 0.22.3
2 changes: 1 addition & 1 deletion charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Backstage Helm Chart

![Version: 0.22.2](https://img.shields.io/badge/Version-0.22.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.22.3](https://img.shields.io/badge/Version-0.22.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying a Backstage application

Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"type": "array",
"description": "Translates into array of `envFrom.[].secretRef.name`",
"items": {
"type": "object"
"type": "string"
},
"default": [],
"examples": [
Expand Down

0 comments on commit 0074d5b

Please sign in to comment.