Skip to content

Commit 0bf76cc

Browse files
authored
fix: add namespace to configmap = .Release.Namespace; bump chart version to 1.9.3; update/regen docs (#178)
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 68d8aec commit 0bf76cc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
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: 1.9.2
41+
version: 1.9.3

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Backstage Helm Chart
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage)](https://artifacthub.io/packages/search?repo=backstage)
5-
![Version: 1.9.2](https://img.shields.io/badge/Version-1.9.2-informational?style=flat-square)
5+
![Version: 1.9.3](https://img.shields.io/badge/Version-1.9.3-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying a Backstage application

charts/backstage/templates/app-config-configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
kind: ConfigMap
44
metadata:
55
name: {{ include "common.names.fullname" . }}-app-config
6+
namespace: {{ .Release.Namespace | quote }}
67
data:
78
app-config.yaml: |
89
{{- include "common.tplvalues.render" ( dict "value" .Values.backstage.appConfig "context" $) | nindent 4 }}

0 commit comments

Comments
 (0)