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-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c63d25  chore: bump APISIX Ingress v1.5.1 (#407)
6c63d25 is described below

commit 6c63d258197d3735858d5df177861ca860d61eb6
Author: Jintao Zhang <[email protected]>
AuthorDate: Fri Dec 9 19:21:25 2022 +0800

    chore: bump APISIX Ingress v1.5.1 (#407)
    
    * chore: bump APISIX Ingress v1.5.1
    * use ubuntu-20.04 by default
    
    Signed-off-by: Jintao Zhang <[email protected]>
---
 .github/workflows/ci.yaml                    | 6 +++---
 charts/apisix-ingress-controller/Chart.yaml  | 4 ++--
 charts/apisix-ingress-controller/values.yaml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2e0f6ad..ad80524 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -11,10 +11,10 @@ jobs:
 
   helm:
     name: Helm chart
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
-        k8s: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7, v1.21.1, 
v1.22.2]
+        k8s: 
["v1.16.15@sha256:64bac16b83b6adfd04ea3fbcf6c9b5b893277120f2b2cbf9f5fa3e5d4c2260cc",
 
"v1.17.17@sha256:e477ee64df5731aa4ef4deabbafc34e8d9a686b49178f726563598344a3898d5",
 
"v1.18.20@sha256:e3dca5e16116d11363e31639640042a9b1bd2c90f85717a7fc66be34089a8169",
 
"v1.19.16@sha256:81f552397c1e6c1f293f967ecb1344d8857613fb978f963c30e907c32f598467",
 
"v1.20.15@sha256:393bb9096c6c4d723bb17bceb0896407d7db581532d11ea2839c80b28e5d8deb",
 "v1.21.10@sha256:84709f09756ba4f863769bdcabe5edafc2ada72d3 [...]
 
     steps:
 
@@ -47,7 +47,7 @@ jobs:
         id: kind
         uses: ./.github/actions/setup-kind
         with:
-          version: v0.11.0
+          version: v0.12.0
           config: test/e2e/kind.yaml
           image: kindest/node:${{ matrix.k8s }}
 
diff --git a/charts/apisix-ingress-controller/Chart.yaml 
b/charts/apisix-ingress-controller/Chart.yaml
index da81542..6565f35 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,8 +24,8 @@ keywords:
   - nginx
   - crd
 type: application
-version: 0.10.1
-appVersion: 1.5.0
+version: 0.10.2
+appVersion: 1.5.1
 sources:
   - https://github.com/apache/apisix-helm-chart
 
diff --git a/charts/apisix-ingress-controller/values.yaml 
b/charts/apisix-ingress-controller/values.yaml
index 7358a5d..f090129 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -42,7 +42,7 @@ replicaCount: 1
 image:
   repository: apache/apisix-ingress-controller
   pullPolicy: IfNotPresent
-  tag: "1.5.0"
+  tag: "1.5.1"
 
 podAnnotations: {}
 

Reply via email to