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

kvn 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 6eb76b5  fix: use the temporary image (#94)
6eb76b5 is described below

commit 6eb76b51447d078a06a26d1a02f4447f9ac88c54
Author: Alex Zhang <[email protected]>
AuthorDate: Tue Dec 15 10:47:36 2020 +0800

    fix: use the temporary image (#94)
---
 samples/deploy/deployment/ingress-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/deploy/deployment/ingress-controller.yaml 
b/samples/deploy/deployment/ingress-controller.yaml
index 6fd847a..98a6571 100644
--- a/samples/deploy/deployment/ingress-controller.yaml
+++ b/samples/deploy/deployment/ingress-controller.yaml
@@ -43,7 +43,7 @@ spec:
       - envFrom:
         - configMapRef:
             name: apisix-config
-        image: ???/???/ingress-controller:???
+        image: viewking/apisix-ingress-controller:dev
         imagePullPolicy: IfNotPresent
         name: ingress-controller
         ports:

Reply via email to