Skip to content

Commit

Permalink
feat: Update to Higress 2.0.1 (higress-group#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Oct 15, 2024
1 parent 117eefb commit 276b732
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.0
ARG CONSOLE_VERSION=1.4.3
ARG CORE_VERSION=2.0.1
ARG CONSOLE_VERSION=1.4.4
ARG APISERVER_VERSION=0.0.15

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.15'
HIGRESS_CONTROLLER_TAG='2.0.0'
HIGRESS_PILOT_TAG='2.0.0'
HIGRESS_GATEWAY_TAG='2.0.0'
HIGRESS_CONSOLE_TAG='1.4.3'
HIGRESS_CONTROLLER_TAG='2.0.1'
HIGRESS_PILOT_TAG='2.0.1'
HIGRESS_GATEWAY_TAG='2.0.1'
HIGRESS_CONSOLE_TAG='1.4.4'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
Expand Down

0 comments on commit 276b732

Please sign in to comment.