This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 9715a1b fix: update default ApisixRoute version to v2beta3 (#286)
9715a1b is described below
commit 9715a1b028bc5851c6a83dc1b4265da1ee613485
Author: Jintao Zhang <[email protected]>
AuthorDate: Mon May 16 17:20:26 2022 +0800
fix: update default ApisixRoute version to v2beta3 (#286)
Signed-off-by: Jintao Zhang <[email protected]>
---
charts/apisix-ingress-controller/values.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/charts/apisix-ingress-controller/values.yaml
b/charts/apisix-ingress-controller/values.yaml
index afe8535..ad0ee8b 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -112,9 +112,9 @@ config:
ingressVersion: "networking/v1"
# whether to watch EndpointSlices rather than Endpoints.
watchEndpointSlices: false
- # the supported apisixroute api group version, can be
"apisix.apache.org/v1"
- # "apisix.apache.org/v2alpha1" or "apisix.apache.org/v2beta1"
- apisixRouteVersion: "apisix.apache.org/v2beta1"
+ # the supported apisixroute api group version, can be
"apisix.apache.org/v2beta1"
+ # "apisix.apache.org/v2beta2" or "apisix.apache.org/v2beta3"
+ apisixRouteVersion: "apisix.apache.org/v2beta3"
# whether to enable support for Gateway API.
# Note: This feature is currently under development and may not work as
expected.
# It is not recommended to use it in a production environment.