diff --git a/charts/debridge/Chart.yaml b/charts/debridge/Chart.yaml index 525810c..761c067 100644 --- a/charts/debridge/Chart.yaml +++ b/charts/debridge/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0 +version: 1.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/debridge/templates/configmap.yaml b/charts/debridge/templates/configmap.yaml index 1fe5643..0cfd790 100644 --- a/charts/debridge/templates/configmap.yaml +++ b/charts/debridge/templates/configmap.yaml @@ -6,6 +6,6 @@ metadata: data: {{- range $key, $value := .Values.extraConfigMapEntries }} {{ $key }}: |- -{{ $.Files.Get $value | indent 4}} +{{ .Files.Get $value | indent 4}} {{- end }} {{- end }}