File tree Expand file tree Collapse file tree
charts/apisix-ingress-controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ keywords:
2424 - nginx
2525 - crd
2626type : application
27- version : 0.6 .0
28- appVersion : 1.1 .0
27+ version : 0.7 .0
28+ appVersion : 1.2 .0
2929
3030maintainers :
3131 - name : tao12345666333
Original file line number Diff line number Diff line change @@ -24,21 +24,27 @@ spec:
2424 - JSONPath : .spec.http[].match.hosts
2525 name : Hosts
2626 type : string
27+ priority : 0
2728 - JSONPath : .spec.http[].match.paths
2829 name : URIs
2930 type : string
30- - JSONPath : .spec.http[].match.backends[].serviceName
31- name : Target Service
31+ priority : 0
32+ - JSONPath : .spec.http[].backend.serviceName
33+ name : Target Service(HTTP)
3234 type : string
35+ priority : 1
3336 - JSONPath : .spec.tcp[].match.ingressPort
34- name : Ingress Server Port
37+ name : Ingress Server Port(TCP)
3538 type : integer
39+ priority : 1
3640 - JSONPath : .spec.tcp[].match.backend.serviceName
37- name : Target Service
41+ name : Target Service(TCP)
3842 type : string
43+ priority : 1
3944 - JSONPath : .metadata.creationTimestamp
4045 name : Age
4146 type : date
47+ priority : 0
4248 group : apisix.apache.org
4349 versions :
4450 - name : v1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ replicaCount: 1
4242image :
4343 repository : apache/apisix-ingress-controller
4444 pullPolicy : IfNotPresent
45- tag : " 1.1 .0"
45+ tag : " 1.2 .0"
4646
4747imagePullSecrets : []
4848
You can’t perform that action at this time.
0 commit comments