From 517694326132f0600be4a22008a0e4d3ce1c2c7a Mon Sep 17 00:00:00 2001 From: Vera Clemens Date: Thu, 29 Aug 2024 11:51:43 +0200 Subject: [PATCH] fix(k8s.dataverse): fix bug in dataverse-pod.yaml separator may be e.g. a dash (-) which must be quoted --- k8s/dataverse/Chart.yaml | 2 +- k8s/dataverse/templates/dataverse-pod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/dataverse/Chart.yaml b/k8s/dataverse/Chart.yaml index 082d058..6a3c257 100644 --- a/k8s/dataverse/Chart.yaml +++ b/k8s/dataverse/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: 0.6.0 +version: 0.6.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/k8s/dataverse/templates/dataverse-pod.yaml b/k8s/dataverse/templates/dataverse-pod.yaml index 63b899f..9031ee2 100644 --- a/k8s/dataverse/templates/dataverse-pod.yaml +++ b/k8s/dataverse/templates/dataverse-pod.yaml @@ -117,7 +117,7 @@ spec: - name: DATAVERSE_PID_CSH_BASE_URL value: {{.Values.dataverse.pid.permalink.base_url}} - name: DATAVERSE_PID_CSH_SEPARATOR - value: {{.Values.dataverse.pid.permalink.separator}} + value: {{.Values.dataverse.pid.permalink.separator | quote}} - name: DATAVERSE_PID_CSH_IDENTIFIER_GENERATION_STYLE value: "storedProcGenerated" - name: DATAVERSE_PID_CTGOV_TYPE