From 89eb69b7afb7866db6b9a9d9ab9a169aef063ae4 Mon Sep 17 00:00:00 2001 From: Christos Emmanouil Date: Wed, 9 Oct 2024 12:58:12 +0200 Subject: [PATCH] fixing issues for https://github.com/dmwm/CMSRucio/pull/854 --- helm/rucio-consistency/Chart.yaml | 2 +- helm/rucio-consistency/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/rucio-consistency/Chart.yaml b/helm/rucio-consistency/Chart.yaml index f0696a1..d73c63d 100644 --- a/helm/rucio-consistency/Chart.yaml +++ b/helm/rucio-consistency/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.3.1 +version: 3.3.2 # 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/rucio-consistency/templates/deployment.yaml b/helm/rucio-consistency/templates/deployment.yaml index ffe86bd..1999d9e 100644 --- a/helm/rucio-consistency/templates/deployment.yaml +++ b/helm/rucio-consistency/templates/deployment.yaml @@ -61,7 +61,7 @@ spec: - name: CA_CERT value: {{ .Values.consistency.ca_cert }} - name: REQUEST_RETRIES - value: {{ .Values.consistency.request_retries }} + value: {{ .Values.consistency.request_retries | quote }} command: ["/consistency/run.sh"] resources: {{- toYaml .Values.resources | nindent 12 }}