Skip to content

Commit

Permalink
release: Upgrade to Higress v1.4.2 (higress-group#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Jul 27, 2024
1 parent 2bcac50 commit 9c23986
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
ARG BASE_VERSION=2022-10-27T19-02-22
ARG CORE_VERSION=1.4.1
ARG CONSOLE_VERSION=1.4.1
ARG APISERVER_VERSION=0.0.14
ARG CORE_VERSION=1.4.2
ARG CONSOLE_VERSION=1.4.2
ARG APISERVER_VERSION=0.0.15

FROM ${HUB}/api-server:${APISERVER_VERSION} as apiserver
FROM ${HUB}/higress:${CORE_VERSION} as controller
Expand Down
10 changes: 5 additions & 5 deletions compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ NACOS_PASSWORD=''
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.4.1'
HIGRESS_PILOT_TAG='1.4.1'
HIGRESS_GATEWAY_TAG='1.4.1'
HIGRESS_CONSOLE_TAG='1.4.1'
HIGRESS_API_SERVER_TAG='0.0.15'
HIGRESS_CONTROLLER_TAG='1.4.2'
HIGRESS_PILOT_TAG='1.4.2'
HIGRESS_GATEWAY_TAG='1.4.2'
HIGRESS_CONSOLE_TAG='1.4.2'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
Expand Down

0 comments on commit 9c23986

Please sign in to comment.