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

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


The following commit(s) were added to refs/heads/v1.0.0 by this push:
     new 50f0859  fix: modify ingress controller docker image version to 1.0.0 
(#590)
50f0859 is described below

commit 50f08591d3dc818c2947b5ebd607e1a49812d1d0
Author: armitageW <[email protected]>
AuthorDate: Wed Jul 14 14:05:16 2021 +0800

    fix: modify ingress controller docker image version to 1.0.0 (#590)
---
 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 eaca8dd..f6ab334 100644
--- a/samples/deploy/deployment/ingress-controller.yaml
+++ b/samples/deploy/deployment/ingress-controller.yaml
@@ -41,7 +41,7 @@ spec:
       hostNetwork: true
       dnsPolicy: ClusterFirstWithHostNet
       containers:
-      - image: apache/apisix-ingress-controller:0.1.0
+      - image: apache/apisix-ingress-controller:1.0.0
         imagePullPolicy: IfNotPresent
         name: ingress-controller
         ports:

Reply via email to