diff --git a/charts/port-ocean/Chart.yaml b/charts/port-ocean/Chart.yaml index 1c0c876..9c6446b 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.12 +version: 0.1.13 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 fad4adf..95e6eee 100644 --- a/charts/port-ocean/templates/deployment.yaml +++ b/charts/port-ocean/templates/deployment.yaml @@ -21,9 +21,6 @@ spec: containers: - name: {{ include "port-ocean.containerName" . }} imagePullPolicy: {{ .Values.imagePullPolicy }} - {{- if .Values.selfSignedCertificate.enabled }} - command: ["sh", "-c", "update-ca-certificates && ocean sail"] - {{- end }} image: ghcr.io/port-labs/port-ocean-{{ .Values.integration.type }}:{{ .Values.integration.version | default "latest" }} {{- if .Values.service.enabled }} securityContext: