We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f210ff2 commit 9046532Copy full SHA for 9046532
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.11.1
+version: 0.11.2
6
appVersion: "0.1.0"
7
home: https://getport.io/
8
sources:
charts/port-ocean/templates/service.yaml
@@ -19,5 +19,6 @@ spec:
19
targetPort: {{ .Values.service.port }}
20
selector:
21
app: {{ include "port-ocean.deploymentName" . }}
22
+ {{- include "port-ocean.selectorLabels" . | nindent 4 }}
23
{{- end }}
24
0 commit comments