diff --git a/charts/port-ocean/Chart.yaml b/charts/port-ocean/Chart.yaml index 1c3fdf3..f14dcad 100644 --- a/charts/port-ocean/Chart.yaml +++ b/charts/port-ocean/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: port-ocean description: A Helm chart for Port Ocean integrations type: application -version: 0.1.7 +version: 0.1.8 appVersion: "0.1.0" home: https://getport.io/ sources: diff --git a/charts/port-ocean/templates/deployment.yaml b/charts/port-ocean/templates/deployment.yaml index 0354c14..630c887 100644 --- a/charts/port-ocean/templates/deployment.yaml +++ b/charts/port-ocean/templates/deployment.yaml @@ -23,8 +23,8 @@ spec: {{- end }} {{- if .Values.integration.selfSignedCertificate.enabled }} env: - - name: SSL_CERT_FILE - value: /etc/ssl/certs/cert.pem + - name: SSL_CERT_DIR + value: /etc/ssl/certs/ {{- end }} envFrom: - configMapRef: