We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe17cfc + e899c55 commit cee1af4Copy full SHA for cee1af4
charts/port-ocean/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: port-ocean
3
description: A Helm chart for Port Ocean integrations
4
type: application
5
-version: 0.6.2
+version: 0.6.3
6
appVersion: "0.1.0"
7
home: https://getport.io/
8
sources:
charts/port-ocean/templates/service-live-events.yaml
@@ -1,4 +1,4 @@
1
-{{- if .Values.liveEvents.service }}
+{{- if .Values.liveEvents.worker.enabled }}
{{- if (eq .Values.liveEvents.service.enabled true) }}
apiVersion: v1
kind: Service
charts/port-ocean/values.yaml
@@ -144,7 +144,7 @@ liveEvents:
144
memory: "1024Mi"
145
cpu: "500m"
146
service:
147
- enabled: false
+ enabled: true
148
type: ClusterIP
149
port: 8000
150
annotations: {}
0 commit comments