You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by al...@apache.org on 2022/12/27 02:53:16 UTC

[apisix-ingress-controller] branch master updated: chore: admin-api default version v2 (#1558)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 949c1da5 chore: admin-api default version v2 (#1558)
949c1da5 is described below

commit 949c1da56d8de67fc490bc4cf52607958119e7de
Author: Xin Rong <al...@gmail.com>
AuthorDate: Tue Dec 27 10:53:11 2022 +0800

    chore: admin-api default version v2 (#1558)
    
    Co-authored-by: rongxin <al...@apache.org>
---
 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",
 		},
 	}