File tree 3 files changed +3
-8
lines changed
src/helm/impress/templates
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ and this project adheres to
13
13
- 🚸(backend) make document search on title accent-insensitive #874
14
14
- 🚩 add homepage feature flag #861
15
15
16
+ ## Fixed
17
+
18
+ - 🐛(helm) charts generate invalid YAML for collaboration API / WS #890
16
19
17
20
## [ 3.1.0] - 2025-04-07
18
21
Original file line number Diff line number Diff line change 51
51
pathType : ImplementationSpecific
52
52
{{- end }}
53
53
backend :
54
- service :
55
- name : {{ include "impress.yProvider.fullname" . }}
56
- port :
57
- number : {{ .Values.yProvider.service.port }}
58
54
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
59
55
service :
60
56
name : {{ include "impress.yProvider.fullname" . }}
Original file line number Diff line number Diff line change 51
51
pathType : ImplementationSpecific
52
52
{{- end }}
53
53
backend :
54
- service :
55
- name : {{ include "impress.yProvider.fullname" . }}
56
- port :
57
- number : {{ .Values.yProvider.service.port }}
58
54
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
59
55
service :
60
56
name : {{ include "impress.yProvider.fullname" . }}
You can’t perform that action at this time.
0 commit comments