From de08b585869506253910c48e9b5178717e745822 Mon Sep 17 00:00:00 2001 From: jbard1 <30892667+jbard1@users.noreply.github.com> Date: Wed, 25 Aug 2021 06:40:37 +0100 Subject: [PATCH] Ensure MINIO_PORT env variable is injected as string (#66) --- charts/sorry-cypress/Chart.yaml | 2 +- charts/sorry-cypress/templates/deployment-director.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index f38c1e8..4cc1691 100644 --- a/charts/sorry-cypress/Chart.yaml +++ b/charts/sorry-cypress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sorry-cypress description: A Helm chart for Sorry Cypress type: application -version: 1.0.5 +version: 1.0.6 appVersion: 1.1.0 home: https://sorry-cypress.dev/ sources: diff --git a/charts/sorry-cypress/templates/deployment-director.yml b/charts/sorry-cypress/templates/deployment-director.yml index a1329ea..dddae05 100644 --- a/charts/sorry-cypress/templates/deployment-director.yml +++ b/charts/sorry-cypress/templates/deployment-director.yml @@ -93,7 +93,7 @@ spec: - name: MINIO_URL value: {{ .Values.minio.url }} - name: MINIO_PORT - value: {{ .Values.minio.service.port }} + value: {{ .Values.minio.service.port | quote }} {{- if eq .Values.minio.service.port "443" }} - name: MINIO_USESSL value: "true"