File tree Expand file tree Collapse file tree 10 files changed +11
-37
lines changed Expand file tree Collapse file tree 10 files changed +11
-37
lines changed Original file line number Diff line number Diff line change 1
- v2.0.3
1
+ v2.0.4
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 2.0.3
2
+ appVersion : 2.0.4
3
3
description : Helm chart for deploying higress gateways
4
4
icon : https://higress.io/img/higress_logo_small.png
5
5
home : http://higress.io/
@@ -10,4 +10,4 @@ name: higress-core
10
10
sources :
11
11
- http://github.com/alibaba/higress
12
12
type : application
13
- version : 2.0.3
13
+ version : 2.0.4
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ Rendering the pod template of gateway component.
7
7
template:
8
8
metadata:
9
9
annotations:
10
- { {- if .Values.global.enableHigressIstio } }
11
- "enableHigressIstio": "true"
12
- { {- end } }
13
10
{ {- if .Values.gateway.podAnnotations } }
14
11
{ {- toYaml .Values.gateway.podAnnotations | nindent 6 } }
15
12
{ {- end } }
@@ -268,11 +265,7 @@ template:
268
265
{ {- end } }
269
266
- name: higress-ca-root-cert
270
267
configMap:
271
- { {- if .Values.global.enableHigressIstio } }
272
- name: istio-ca-root-cert
273
- { {- else } }
274
268
name: higress-ca-root-cert
275
- { {- end } }
276
269
- name: config
277
270
configMap:
278
271
name: higress-config
Original file line number Diff line number Diff line change 20
20
# When processing a leaf namespace Istio will search for declarations in that namespace first
21
21
# and if none are found it will search in the root namespace. Any matching declaration found in the root namespace
22
22
# is processed as if it were declared in the leaf namespace.
23
- {{- if .Values.global.enableHigressIstio }}
24
- rootNamespace: {{ .Values.meshConfig.rootNamespace | default .Values.global.istioNamespace }}
25
- {{- else }}
26
23
rootNamespace: {{ .Release.Namespace }}
27
- {{- end }}
28
24
29
25
configSources:
30
26
- address: "xds://127.0.0.1:15051"
85
81
discoveryAddress : {{ printf "istiod.%s.svc" .Release.Namespace }}:15012
86
82
{{- end }}
87
83
{{- else }}
88
- {{- if .Values.global.enableHigressIstio }}
89
- discoveryAddress : {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012
90
- {{- else }}
91
84
discoveryAddress : {{ include "controller.name" . }}.{{.Release.Namespace}}.svc:15012
92
85
{{- end }}
93
- {{- end }}
94
86
proxyStatsMatcher :
95
87
inclusionRegexps :
96
88
- " .*"
Original file line number Diff line number Diff line change 96
96
volumeMounts :
97
97
- name : log
98
98
mountPath : /var/log
99
- {{- if not .Values.global.enableHigressIstio }}
100
99
- name : discovery
101
100
image : " {{ .Values.pilot.hub | default .Values.global.hub }}/{{ .Values.pilot.image | default " pilot" }}:{{ .Values.pilot.tag | default .Chart.AppVersion }}"
102
101
{{- if .Values.global.imagePullPolicy }}
@@ -229,10 +228,8 @@ spec:
229
228
value : " false"
230
229
- name : PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER
231
230
value : " false"
232
- {{- if not .Values.global.enableHigressIstio }}
233
231
- name : CUSTOM_CA_CERT_NAME
234
232
value : " higress-ca-root-cert"
235
- {{- end }}
236
233
{{- if not (or .Values.global.local .Values.global.kind) }}
237
234
resources :
238
235
{{- if .Values.pilot.resources }}
@@ -269,7 +266,6 @@ spec:
269
266
- name : extracacerts
270
267
mountPath : /cacerts
271
268
{{- end }}
272
- {{- end }}
273
269
{{- with .Values.controller.nodeSelector }}
274
270
nodeSelector :
275
271
{{- toYaml . | nindent 8 }}
@@ -285,7 +281,6 @@ spec:
285
281
volumes :
286
282
- name : log
287
283
emptyDir : {}
288
- {{- if not .Values.global.enableHigressIstio }}
289
284
- name : config
290
285
configMap :
291
286
name : higress-config
@@ -317,4 +312,3 @@ spec:
317
312
configMap :
318
313
name : pilot-jwks-extra-cacerts{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
319
314
{{- end }}
320
- {{- end }}
Original file line number Diff line number Diff line change 9
9
type : {{ .Values.controller.service.type }}
10
10
ports :
11
11
{{- toYaml .Values.controller.ports | nindent 4 }}
12
- {{- if not .Values.global.enableHigressIstio }}
13
12
- port : 15010
14
13
name : grpc-xds # plaintext
15
14
protocol : TCP
23
22
- port : 15014
24
23
name : http-monitoring # prometheus stats
25
24
protocol : TCP
26
- {{- end }}
27
25
selector :
28
26
{{- include "controller.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ global:
40
40
enableIstioAPI : true
41
41
# -- If true, Higress Controller will monitor Gateway API resources as well
42
42
enableGatewayAPI : false
43
- # Deprecated
44
- enableHigressIstio : false
45
43
# -- Used to locate istiod.
46
44
istioNamespace : istio-system
47
45
# -- enable pod disruption budget for the control plane, which is used to
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: higress-core
3
3
repository: file://../core
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
- name: higress-console
6
6
repository: https://higress.io/helm-charts/
7
- version: 1.4.5
8
- digest: sha256:74b772113264168483961f5d0424459fd7359adc509a4b50400229581d7cddbf
9
- generated: "2024-11-08T14:06:51.871719 +08:00"
7
+ version: 1.4.6
8
+ digest: sha256:ec570ac7ae8a6de976e7ffafaadae4a33beeabfb4b13debe63e0cfa100e2eb8c
9
+ generated: "2024-12-06T11:34:04.628976 +08:00"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 2.0.3
2
+ appVersion : 2.0.4
3
3
description : Helm chart for deploying Higress gateways
4
4
icon : https://higress.io/img/higress_logo_small.png
5
5
home : http://higress.io/
@@ -12,9 +12,9 @@ sources:
12
12
dependencies :
13
13
- name : higress-core
14
14
repository : " file://../core"
15
- version : 2.0.3
15
+ version : 2.0.4
16
16
- name : higress-console
17
17
repository : " https://higress.io/helm-charts/"
18
- version : 1.4.5
18
+ version : 1.4.6
19
19
type : application
20
- version : 2.0.3
20
+ version : 2.0.4
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ The command removes all the Kubernetes components associated with the chart and
159
159
| global.disableAlpnH2 | bool | ` false ` | Whether to disable HTTP/2 in ALPN |
160
160
| global.enableGatewayAPI | bool | ` false ` | If true, Higress Controller will monitor Gateway API resources as well |
161
161
| global.enableH3 | bool | ` false ` | |
162
- | global.enableHigressIstio | bool | ` false ` | |
163
162
| global.enableIPv6 | bool | ` false ` | |
164
163
| global.enableIstioAPI | bool | ` true ` | If true, Higress Controller will monitor istio resources as well |
165
164
| global.enableProxyProtocol | bool | ` false ` | |
You can’t perform that action at this time.
0 commit comments