Skip to content

Commit

Permalink
rel: Upgrade to Higress 2.0.4 (higress-group#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Dec 6, 2024
1 parent cd9f72d commit 8d39a8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
ARG BASE_VERSION=2022-10-27T19-02-22
ARG CORE_VERSION=2.0.3
ARG CONSOLE_VERSION=1.4.5
ARG CORE_VERSION=2.0.4
ARG CONSOLE_VERSION=1.4.6
ARG APISERVER_VERSION=0.0.16

FROM ${HUB}/api-server:${APISERVER_VERSION} as apiserver
Expand Down
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=''
NACOS_SERVER_TAG='v2.2.3'
HIGRESS_RUNNER_TAG='0.0.3'
HIGRESS_API_SERVER_TAG='0.0.16'
HIGRESS_CONTROLLER_TAG='2.0.3'
HIGRESS_PILOT_TAG='2.0.3'
HIGRESS_GATEWAY_TAG='2.0.3'
HIGRESS_CONSOLE_TAG='1.4.5'
HIGRESS_CONTROLLER_TAG='2.0.4'
HIGRESS_PILOT_TAG='2.0.4'
HIGRESS_GATEWAY_TAG='2.0.4'
HIGRESS_CONSOLE_TAG='1.4.6'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
Expand Down

0 comments on commit 8d39a8e

Please sign in to comment.