This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch v1.6.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/v1.6.0 by this push:
     new 88b1d45f chore: admin-api default version v2 (#1558) (#1559)
88b1d45f is described below

commit 88b1d45f1f851b96652424db45170135513f68ab
Author: Jintao Zhang <[email protected]>
AuthorDate: Tue Dec 27 11:02:53 2022 +0800

    chore: admin-api default version v2 (#1558) (#1559)
---
 pkg/config/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/config/config.go b/pkg/config/config.go
index c5718e49..98283535 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -143,7 +143,7 @@ func NewDefaultConfig() *Config {
                        EnableGatewayAPI:    false,
                },
                APISIX: APISIXConfig{
-                       AdminAPIVersion:    "v3",
+                       AdminAPIVersion:    "v2",
                        DefaultClusterName: "default",
                },
        }

Reply via email to