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

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

commit 54fc2665b2a587d0fb57b5d34f0263cf011d30fb
Author: Ashing Zheng <[email protected]>
AuthorDate: Wed Jan 7 12:11:25 2026 +0800

    fix: r
    
    Signed-off-by: Ashing Zheng <[email protected]>
---
 internal/manager/controllers.go          | 2 +-
 test/e2e/framework/manifests/apisix.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/internal/manager/controllers.go b/internal/manager/controllers.go
index 38d437ac..a3970566 100644
--- a/internal/manager/controllers.go
+++ b/internal/manager/controllers.go
@@ -20,6 +20,7 @@ package manager
 import (
        "context"
 
+       "github.com/go-logr/logr"
        netv1 "k8s.io/api/networking/v1"
        "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
        "k8s.io/apimachinery/pkg/runtime"
@@ -40,7 +41,6 @@ import (
        "github.com/apache/apisix-ingress-controller/internal/provider"
        types "github.com/apache/apisix-ingress-controller/internal/types"
        "github.com/apache/apisix-ingress-controller/pkg/utils"
-       "github.com/go-logr/logr"
 )
 
 // K8s
diff --git a/test/e2e/framework/manifests/apisix.yaml 
b/test/e2e/framework/manifests/apisix.yaml
index 310398e1..133d81c0 100644
--- a/test/e2e/framework/manifests/apisix.yaml
+++ b/test/e2e/framework/manifests/apisix.yaml
@@ -81,7 +81,7 @@ spec:
     spec:
       initContainers:
         - name: config-setup
-          image: apache/apisix:dev
+          image: apache/apisix:3.11.0-debian
           command:
             - sh
             - -c
@@ -99,7 +99,7 @@ spec:
               mountPath: /tmp/apisix-conf
       containers:
         - name: apisix
-          image: apache/apisix:dev
+          image: apache/apisix:3.11.0-debian
           ports:
             - name: http
               containerPort: 9080

Reply via email to