diff --git a/all-in-one/Dockerfile b/all-in-one/Dockerfile index fcb82d0..dca2750 100644 --- a/all-in-one/Dockerfile +++ b/all-in-one/Dockerfile @@ -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 diff --git a/all-in-one/config/ingresses/higress-console.yaml b/all-in-one/config/ingresses/higress-console.yaml index 5734fec..95d6601 100644 --- a/all-in-one/config/ingresses/higress-console.yaml +++ b/all-in-one/config/ingresses/higress-console.yaml @@ -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" diff --git a/compose/.env b/compose/.env index 50de3f8..cc1b12f 100644 --- a/compose/.env +++ b/compose/.env @@ -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'