File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ sources:
38
38
# This is the chart version. This version number should be incremented each time you make changes
39
39
# to the chart and its templates, including the app version.
40
40
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41
- version : 1.4 .0
41
+ version : 1.5 .0
Original file line number Diff line number Diff line change 2
2
# Backstage Helm Chart
3
3
4
4
[ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage )] ( https://artifacthub.io/packages/search?repo=backstage )
5
- ![ Version: 1.4 .0] ( https://img.shields.io/badge/Version-1.4 .0-informational?style=flat-square )
5
+ ![ Version: 1.5 .0] ( https://img.shields.io/badge/Version-1.5 .0-informational?style=flat-square )
6
6
![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
7
7
8
8
A Helm chart for deploying a Backstage application
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : ConfigMap
4
4
metadata :
5
- name : backstage -app-config
5
+ name : {{ include "common.names.fullname" . }} -app-config
6
6
data :
7
7
app-config.yaml : |
8
8
{{- include "common.tplvalues.render" ( dict "value" .Values.backstage.appConfig "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change 65
65
{{- if .Values.backstage.appConfig }}
66
66
- name : backstage-app-config
67
67
configMap :
68
- name : backstage -app-config
68
+ name : {{ include "common.names.fullname" . }} -app-config
69
69
{{- end }}
70
70
{{- include "backstage.renderImagePullSecrets" . | nindent 6 }}
71
71
{{- if .Values.backstage.initContainers }}
You can’t perform that action at this time.
0 commit comments