File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type: application
2525# This is the chart version. This version number should be incremented each time you make changes
2626# to the chart and its templates, including the app version.
2727# Versions are expected to follow Semantic Versioning (https://semver.org/)
28- version : 0.12.2
28+ version : 0.12.3
2929
3030# This is the version number of the application being deployed. This version number should be
3131# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 77 {{- end }}
88{{- end }}
99{{- if .Values.enableLoadBalance }}
10- {{- $_ := set .Values.ingress.annotations "nginx.ingress.kubernetes.io/upstream-hash-by" "$http_x_databend_route_hint " }}
10+ {{- $_ := set .Values.ingress.annotations "nginx.ingress.kubernetes.io/upstream-hash-by" "$http_x_databend_query_id " }}
1111{{- end }}
1212{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
1313apiVersion : networking.k8s.io/v1
You can’t perform that action at this time.
0 commit comments