Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
ARG BASE_VERSION=2022-10-27T19-02-22
ARG CORE_VERSION=2.2.0
ARG CORE_VERSION=2.2.1
ARG CONSOLE_VERSION=2.2.1
ARG APISERVER_VERSION=0.0.29
ARG ENVOY_VERSION=2.2.1
Expand Down
3 changes: 3 additions & 0 deletions all-in-one/config/ingresses/higress-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: higress-system
creationTimestamp: "2000-01-01T00:00:00Z"
resourceVersion: "1"
labels:
higress.io/domain_higress-default-domain: "true"
higress.io/resource-definer: higress
annotations:
higress.io/destination: higress-console.static
higress.io/ignore-path-case: "false"
Expand Down
6 changes: 3 additions & 3 deletions compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ NACOS_DATA_ENC_KEY=''
NACOS_SERVER_TAG='v3.0.1'
HIGRESS_RUNNER_TAG='0.0.3'
HIGRESS_API_SERVER_TAG='0.0.29'
HIGRESS_CONTROLLER_TAG='2.2.0'
HIGRESS_PILOT_TAG='2.2.0'
HIGRESS_GATEWAY_TAG='2.2.0'
HIGRESS_CONTROLLER_TAG='2.2.1'
HIGRESS_PILOT_TAG='2.2.1'
HIGRESS_GATEWAY_TAG='2.2.1'
HIGRESS_CONSOLE_TAG='2.2.1'
HIGRESS_PLUGIN_SERVER_TAG='2.2.1'
WASM_PLUGIN_URL_PATTERN='http://plugin-server:8080/plugins/${name}/${version}/plugin.wasm'
Expand Down
Loading