We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d86d3 commit fdc645cCopy full SHA for fdc645c
charts/backstage/Chart.yaml
@@ -38,4 +38,4 @@ sources:
38
# This is the chart version. This version number should be incremented each time you make changes
39
# to the chart and its templates, including the app version.
40
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41
-version: 1.1.1
+version: 1.1.2
charts/backstage/values.schema.json
@@ -416,7 +416,10 @@
416
},
417
"appConfig": {
418
"title": "Generates ConfigMap and configures it in the Backstage pods",
419
- "type": "object",
+ "type": [
420
+ "object",
421
+ "string"
422
+ ],
423
"default": {},
424
"examples": [
425
{
0 commit comments