File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
service-gateway/templates/gateway Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ The following table lists the configurable parameters of the `service-gateway-pr
106106| chart.name | | <code >service-gateway</code > |
107107| chart.namespace | | <code >ace</code > |
108108| chart.createNamespace | | <code >true</code > |
109- | chart.version | | <code >"v2026.1.15 "</code > |
109+ | chart.version | | <code >"v2026.2.16 "</code > |
110110| chart.sourceRef.kind | | <code >HelmRepository</code > |
111111| chart.sourceRef.name | | <code >appscode-charts-oci</code > |
112112| chart.sourceRef.namespace | | <code >kubeops</code > |
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ gateway:
6969 gateway :
7070 controllerName : gateway.voyagermesh.com/ace
7171 extensionApis : {}
72+ crd-manager :
73+ featureGates :
74+ GatewayOfficial : false
75+ EnvoyOfficial : true
76+ DatabaseRoute : true
7277 deployment :
7378 priorityClassName : system-cluster-critical
7479 annotations : {}
@@ -145,7 +150,7 @@ chart:
145150 name : service-gateway
146151 namespace : ace
147152 createNamespace : true
148- version : " v2026.1.15 "
153+ version : " v2026.2.16 "
149154 sourceRef :
150155 kind : HelmRepository
151156 name : appscode-charts-oci
Original file line number Diff line number Diff line change 4949 app : {{ include "tenant.name" . }}-gw-seed-backend
5050 spec :
5151 serviceAccountName : {{ include "tenant.name" . }}-gw-seed-backend
52- {{- if eq "true" ( include "distro.openshift" . ) }}
53- securityContext :
54- {{- toYaml (omit .Values.podSecurityContext "runAsUser" "runAsGroup" "fsGroup" "supplementalGroups") | nindent 8 }}
55- {{- else }}
56- securityContext :
57- {{- toYaml .Values.podSecurityContext | nindent 8 }}
58- {{- end }}
5952 containers :
6053 - image : " {{ .Values.echoserver.image }}:{{ .Values.echoserver.tag }}"
6154 imagePullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments