File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.21.0
18
+ version : 0.21.1
19
19
20
20
dependencies :
21
21
- name : common
Original file line number Diff line number Diff line change 1
1
2
2
# Backstage Helm Chart
3
3
4
- ![ Version: 0.21.0 ] ( https://img.shields.io/badge/Version-0.21.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
4
+ ![ Version: 0.21.1 ] ( https://img.shields.io/badge/Version-0.21.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
5
5
6
6
A Helm chart for deploying a Backstage application
7
7
Original file line number Diff line number Diff line change
1
+ extraDeploy :
2
+ - apiVersion : v1
3
+ kind : ConfigMap
4
+ metadata :
5
+ name : foo
6
+ data :
7
+ bar : baz
Original file line number Diff line number Diff line change
1
+ {{- range .Values.extraDeploy }}
2
+ ---
3
+ {{ include "common.tplvalues.render" (dict "value" . "context" $) }}
4
+ {{- end }}
You can’t perform that action at this time.
0 commit comments