This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ sources:
4141# This is the chart version. This version number should be incremented each time you make changes
4242# to the chart and its templates, including the app version.
4343# Versions are expected to follow Semantic Versioning (https://semver.org/)
44- version : 2.12.0
44+ version : 2.12.1
Original file line number Diff line number Diff line change 22# Janus-IDP Backstage Helm Chart
33
44[ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/janus-idp&style=flat-square )] ( https://artifacthub.io/packages/search?repo=janus-idp )
5- ![ Version: 2.12.0 ] ( https://img.shields.io/badge/Version-2.12.0 -informational?style=flat-square )
5+ ![ Version: 2.12.1 ] ( https://img.shields.io/badge/Version-2.12.1 -informational?style=flat-square )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
77
88A Helm chart for deploying a Backstage application
Original file line number Diff line number Diff line change @@ -19,8 +19,11 @@ metadata:
1919 {{- end }}
2020 {{- end }}
2121spec :
22- {{- if .Values.route.host }}
23- host : {{ tpl .Values.route.host . }}
22+ {{- $host := tpl .Values.route.host . -}}
23+ {{- if $host }}
24+ host : {{ $host }}
25+ {{- else }}
26+ host : {{ include "janus-idp.hostname" . }}
2427{{- end }}
2528{{- if .Values.route.path }}
2629 path : {{ .Values.route.path }}
You can’t perform that action at this time.
0 commit comments