Skip to content

Commit

Permalink
feat: Upgrade to Higress v1.3.1 (higress-group#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Nov 21, 2023
1 parent 8cb4e1c commit eaffea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ NACOS_DATA_ENC_KEY='0123456789abcdef0123456789abcdef'
NACOS_SERVER_TAG='v2.2.3'
HIGRESS_RUNNER_TAG='0.0.3'
HIGRESS_API_SERVER_TAG='0.0.10'
HIGRESS_CONTROLLER_TAG='1.3.0'
HIGRESS_PILOT_TAG='1.3.0'
HIGRESS_GATEWAY_TAG='1.3.0'
HIGRESS_CONSOLE_TAG='1.3.0'
HIGRESS_CONTROLLER_TAG='1.3.1'
HIGRESS_PILOT_TAG='1.3.1'
HIGRESS_GATEWAY_TAG='1.3.1'
HIGRESS_CONSOLE_TAG='1.3.1'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
Expand Down
1 change: 1 addition & 0 deletions compose/env/gateway.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ JWT_POLICY=none
CA_ROOT_CA=/etc/certs/root-cert.pem
XDS_ROOT_CA=/etc/certs/root-cert.pem
PROV_CERT=/etc/certs
PILOT_XDS_SEND_TIMEOUT=60s
PROXY_XDS_VIA_AGENT=true
ENABLE_INGRESS_GATEWAY_SDS=false
POD_NAME=higress-gateway
Expand Down

0 comments on commit eaffea2

Please sign in to comment.