Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17e2d6b

Browse files
committedMay 5, 2023
change extraEnvVarsSecrets items to string
Signed-off-by: Vamsi Gamidi <vamsi.gamidi@jobvite-inc.com>
1 parent 4927da7 commit 17e2d6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎charts/backstage/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ sources:
3838
# This is the chart version. This version number should be incremented each time you make changes
3939
# to the chart and its templates, including the app version.
4040
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41-
version: 0.22.2
41+
version: 0.22.3

‎charts/backstage/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Backstage Helm Chart
33

4-
![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)
4+
![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)
55

66
A Helm chart for deploying a Backstage application
77

‎charts/backstage/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"type": "array",
307307
"description": "Translates into array of `envFrom.[].secretRef.name`",
308308
"items": {
309-
"type": "object"
309+
"type": "string"
310310
},
311311
"default": [],
312312
"examples": [

0 commit comments

Comments
 (0)
Please sign in to comment.