File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.2.8
18
+ version : 0.2.9
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.22 .0"
24
+ appVersion : " 1.23 .0"
25
25
26
26
dependencies :
27
27
- alias : postgresql
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ metadata:
4
4
name : {{ include "planka.fullname" . }}
5
5
labels :
6
6
{{- include "planka.labels" . | nindent 4 }}
7
+ {{- with .Values.service.annotations }}
8
+ annotations :
9
+ {{- toYaml . | nindent 4 }}
10
+ {{- end }}
7
11
spec :
8
12
type : {{ .Values.service.type }}
9
13
ports :
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ securityContext: {}
54
54
# runAsUser: 1000
55
55
56
56
service :
57
+ annotations : {}
57
58
type : ClusterIP
58
59
port : 1337
59
60
# # @param service.containerPort Planka HTTP container port
You can’t perform that action at this time.
0 commit comments