File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : port-ocean
3
3
description : A Helm chart for Port Ocean integrations
4
4
type : application
5
- version : 0.1.17
5
+ version : 0.1.18
6
6
appVersion : " 0.1.0"
7
7
home : https://getport.io/
8
8
sources :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
6
6
name : {{ include "port-ocean.serviceName" . }}
7
7
labels :
8
8
{{- include "port-ocean.labels" $ | nindent 4 }}
9
+ annotations :
10
+ {{- if .Values.service.annotations }}
11
+ {{- toYaml .Values.service.annotations | nindent 4 }}
12
+ {{- end }}
9
13
spec :
10
14
type : {{ .Values.service.type }}
11
15
ports :
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ service:
60
60
enabled : true
61
61
type : ClusterIP
62
62
port : 8000
63
+ annotations : {}
63
64
64
65
ingress :
65
66
enabled : false
You can’t perform that action at this time.
0 commit comments