From 1942526e7e0e146250750139ae3aff929f75a695 Mon Sep 17 00:00:00 2001 From: Andree Klattenhoff <andree.klattenhoff@open-xchange.com> Date: Tue, 9 Apr 2024 13:24:41 +0200 Subject: [PATCH] Defect: updater.yaml missing tpl function --- helm/core-ui-middleware/Chart.yaml | 2 +- helm/core-ui-middleware/templates/updater.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index 6ccd4aa..8e41c71 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/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: 3.0.8 +version: 3.0.9 # 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/helm/core-ui-middleware/templates/updater.yaml b/helm/core-ui-middleware/templates/updater.yaml index 040467e..e06a30d 100644 --- a/helm/core-ui-middleware/templates/updater.yaml +++ b/helm/core-ui-middleware/templates/updater.yaml @@ -94,5 +94,5 @@ spec: volumes: - name: manifest-config configMap: - name: {{ .Values.existingConfigMap | default (include "ox-common.names.fullname" .) }} + name: "{{- tpl (.Values.existingConfigMap | default (include "ox-common.names.fullname" .)) . }}" {{- end }} -- GitLab