Skip to content

Commit

Permalink
Upgrade to Higress 1.4.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored May 31, 2024
1 parent f110187 commit 55b5874
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=1.3.6
ARG CONSOLE_VERSION=1.3.3
ARG CORE_VERSION=1.4.0
ARG CONSOLE_VERSION=1.4.0
ARG APISERVER_VERSION=0.0.14

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='0123456789abcdef0123456789abcdef'
NACOS_SERVER_TAG='v2.2.3'
HIGRESS_RUNNER_TAG='0.0.3'
HIGRESS_API_SERVER_TAG='0.0.14'
HIGRESS_CONTROLLER_TAG='1.3.6'
HIGRESS_PILOT_TAG='1.3.6'
HIGRESS_GATEWAY_TAG='1.3.6'
HIGRESS_CONSOLE_TAG='1.3.3'
HIGRESS_CONTROLLER_TAG='1.4.0'
HIGRESS_PILOT_TAG='1.4.0'
HIGRESS_GATEWAY_TAG='1.4.0'
HIGRESS_CONSOLE_TAG='1.4.0'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
Expand Down

0 comments on commit 55b5874

Please sign in to comment.