You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2022/06/22 09:53:43 UTC

[apisix-helm-chart] branch master updated: fix: make ApisixRouteHTTPBackend support serivce name (#307)

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

tokers 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 8a3cdc5  fix: make ApisixRouteHTTPBackend support serivce name (#307)
8a3cdc5 is described below

commit 8a3cdc5e31659595e1aa9334bae707e36e528dd9
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Wed Jun 22 17:53:38 2022 +0800

    fix: make ApisixRouteHTTPBackend support serivce name (#307)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 charts/apisix-ingress-controller/Chart.yaml        |  2 +-
 .../crds/customresourcedefinitions.yaml            | 56 ++++++++++++----------
 2 files changed, 33 insertions(+), 25 deletions(-)

diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml
index 0e9c1f7..69291fa 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,7 +24,7 @@ keywords:
   - nginx
   - crd
 type: application
-version: 0.9.2
+version: 0.9.3
 appVersion: 1.4.1
 
 maintainers:
diff --git a/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml b/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
index 487b4be..399fe93 100644
--- a/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
+++ b/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml
@@ -443,9 +443,10 @@ spec:
                           minLength: 1
                           type: string
                         servicePort:
-                          maximum: 65535
-                          minimum: 1
-                          type: integer
+                          anyOf:
+                          - type: integer
+                          - type: string
+                          x-kubernetes-int-or-string: true
                         subset:
                           type: string
                         weight:
@@ -467,9 +468,10 @@ spec:
                             minLength: 1
                             type: string
                           servicePort:
-                            maximum: 65535
-                            minimum: 1
-                            type: integer
+                            anyOf:
+                            - type: integer
+                            - type: string
+                            x-kubernetes-int-or-string: true
                           subset:
                             type: string
                           weight:
@@ -616,9 +618,10 @@ spec:
                           minLength: 1
                           type: string
                         servicePort:
-                          maximum: 65535
-                          minimum: 1
-                          type: integer
+                          anyOf:
+                          - type: integer
+                          - type: string
+                          x-kubernetes-int-or-string: true
                         subset:
                           type: string
                       required:
@@ -664,9 +667,10 @@ spec:
                           minLength: 1
                           type: string
                         servicePort:
-                          maximum: 65535
-                          minimum: 1
-                          type: integer
+                          anyOf:
+                          - type: integer
+                          - type: string
+                          x-kubernetes-int-or-string: true
                         subset:
                           type: string
                       required:
@@ -784,9 +788,10 @@ spec:
                             minLength: 1
                             type: string
                           servicePort:
-                            maximum: 65535
-                            minimum: 1
-                            type: integer
+                            anyOf:
+                            - type: integer
+                            - type: string
+                            x-kubernetes-int-or-string: true
                           subset:
                             type: string
                           weight:
@@ -937,9 +942,10 @@ spec:
                           minLength: 1
                           type: string
                         servicePort:
-                          maximum: 65535
-                          minimum: 1
-                          type: integer
+                          anyOf:
+                          - type: integer
+                          - type: string
+                          x-kubernetes-int-or-string: true
                         subset:
                           type: string
                       required:
@@ -1063,9 +1069,10 @@ spec:
                             minLength: 1
                             type: string
                           servicePort:
-                            maximum: 65535
-                            minimum: 1
-                            type: integer
+                            anyOf:
+                            - type: integer
+                            - type: string
+                            x-kubernetes-int-or-string: true
                           subset:
                             type: string
                           weight:
@@ -1219,9 +1226,10 @@ spec:
                           minLength: 1
                           type: string
                         servicePort:
-                          maximum: 65535
-                          minimum: 1
-                          type: integer
+                          anyOf:
+                          - type: integer
+                          - type: string
+                          x-kubernetes-int-or-string: true
                         subset:
                           type: string
                       required: