diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index 94683ab..f38c1e8 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.4 +version: 1.0.5 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 93a62ed..a1329ea 100644 --- a/charts/sorry-cypress/templates/deployment-director.yml +++ b/charts/sorry-cypress/templates/deployment-director.yml @@ -92,6 +92,12 @@ spec: value: {{ .Values.minio.endpoint }} - name: MINIO_URL value: {{ .Values.minio.url }} + - name: MINIO_PORT + value: {{ .Values.minio.service.port }} + {{- if eq .Values.minio.service.port "443" }} + - name: MINIO_USESSL + value: "true" + {{- end }} {{- end }} image: "{{ .Values.director.image.repository }}:{{ .Values.director.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.director.image.pullPolicy }}