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

zhangjintao 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 1b66a8ef docs: update the apisix image version and ingress image 
version (#1633)
1b66a8ef is described below

commit 1b66a8ef576d58cba03fb88858d4be8555146d4e
Author: tanzhe <[email protected]>
AuthorDate: Wed Feb 15 14:32:48 2023 +0800

    docs: update the apisix image version and ingress image version (#1633)
---
 docs/en/latest/tutorials/the-hard-way.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/tutorials/the-hard-way.md 
b/docs/en/latest/tutorials/the-hard-way.md
index d536c339..5e741c58 100644
--- a/docs/en/latest/tutorials/the-hard-way.md
+++ b/docs/en/latest/tutorials/the-hard-way.md
@@ -322,7 +322,7 @@ spec:
     spec:
       containers:
         - name: apisix
-          image: "apache/apisix:2.15-alpine"
+          image: "apache/apisix:2.15.0-alpine"
           imagePullPolicy: IfNotPresent
           ports:
             - name: http
@@ -766,7 +766,7 @@ spec:
             - ingress
             - --config-path
             - /ingress-apisix/conf/config.yaml
-          image: "apache/apisix-ingress-controller:1.4.0"
+          image: "apache/apisix-ingress-controller:1.6.0"
           imagePullPolicy: IfNotPresent
           ports:
             - name: http

Reply via email to