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 e309d69  chore: bump Apache APISIX Ingress v1.2.0 (#135)
e309d69 is described below

commit e309d6927422c7ae272780e43cd17a08c783067e
Author: Jintao Zhang <[email protected]>
AuthorDate: Fri Aug 27 17:50:46 2021 +0800

    chore: bump Apache APISIX Ingress v1.2.0 (#135)
    
    Signed-off-by: Jintao Zhang <[email protected]>
---
 charts/apisix-ingress-controller/Chart.yaml                |  4 ++--
 .../crds/customresourcedefinitions.yaml                    | 14 ++++++++++----
 charts/apisix-ingress-controller/values.yaml               |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/charts/apisix-ingress-controller/Chart.yaml 
b/charts/apisix-ingress-controller/Chart.yaml
index eae4b65..b6da433 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.6.0
-appVersion: 1.1.0
+version: 0.7.0
+appVersion: 1.2.0
 
 maintainers:
   - name: tao12345666333
diff --git 
a/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml 
b/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
index a69458c..2e6374e 100644
--- a/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
+++ b/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
@@ -24,21 +24,27 @@ spec:
     - JSONPath: .spec.http[].match.hosts
       name: Hosts
       type: string
+      priority: 0
     - JSONPath: .spec.http[].match.paths
       name: URIs
       type: string
-    - JSONPath: .spec.http[].match.backends[].serviceName
-      name: Target Service
+      priority: 0
+    - JSONPath: .spec.http[].backend.serviceName
+      name: Target Service(HTTP)
       type: string
+      priority: 1
     - JSONPath: .spec.tcp[].match.ingressPort
-      name: Ingress Server Port
+      name: Ingress Server Port(TCP)
       type: integer
+      priority: 1
     - JSONPath: .spec.tcp[].match.backend.serviceName
-      name: Target Service
+      name: Target Service(TCP)
       type: string
+      priority: 1
     - JSONPath: .metadata.creationTimestamp
       name: Age
       type: date
+      priority: 0
   group: apisix.apache.org
   versions:
     - name: v1
diff --git a/charts/apisix-ingress-controller/values.yaml 
b/charts/apisix-ingress-controller/values.yaml
index 7f79981..c5cc7a6 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.1.0"
+  tag: "1.2.0"
 
 imagePullSecrets: []
 

Reply via email to