Skip to content

Commit 9046532

Browse files
authored
fix: fix Service selector to match Deployment (#236)
* update service selector labels * bump ocean chart version
1 parent f210ff2 commit 9046532

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/port-ocean/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: port-ocean
33
description: A Helm chart for Port Ocean integrations
44
type: application
5-
version: 0.11.1
5+
version: 0.11.2
66
appVersion: "0.1.0"
77
home: https://getport.io/
88
sources:

charts/port-ocean/templates/service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ spec:
1919
targetPort: {{ .Values.service.port }}
2020
selector:
2121
app: {{ include "port-ocean.deploymentName" . }}
22+
{{- include "port-ocean.selectorLabels" . | nindent 4 }}
2223
{{- end }}
2324
{{- end }}

0 commit comments

Comments
 (0)