Commit 0263657 1 parent 5faa868 commit 0263657 Copy full SHA for 0263657
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: zitadel
3
3
description : A Helm chart for ZITADEL
4
4
type : application
5
5
appVersion : v2.65.3
6
- version : 8.7.0
6
+ version : 8.7.1
7
7
kubeVersion : ' >= 1.21.0-0'
8
8
icon : https://zitadel.com/zitadel-logo-dark.svg
9
9
maintainers :
Original file line number Diff line number Diff line change 21
21
protocol : TCP
22
22
name : {{ regexReplaceAll "\\W+" .Values.service.protocol "-" }}-server
23
23
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
24
- appProtocol : {{ .Values.service.protocol }}
24
+ appProtocol : {{ .Values.service.appProtocol }}
25
25
{{- end }}
26
26
selector :
27
27
{{- include "zitadel.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ service:
143
143
clusterIP : " "
144
144
port : 8080
145
145
protocol : http2
146
+ appProtocol : kubernetes.io/h2c
146
147
annotations : {}
147
148
scheme : HTTP
148
149
You can’t perform that action at this time.
0 commit comments