Skip to content

Commit

Permalink
Merge pull request #55 from port-labs/PORT-5613-ocean-chart-remove-co…
Browse files Browse the repository at this point in the history
…mmand

Port 5613 ocean chart remove command
  • Loading branch information
MatanHeledPort authored Dec 21, 2023
2 parents 92faaa7 + a314bcd commit 1f9af9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/port-ocean/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f9af9e

Please sign in to comment.