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"