Skip to content

Commit e309d69

Browse files
chore: bump Apache APISIX Ingress v1.2.0 (#135)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 8a5dc6c commit e309d69

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

charts/apisix-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ keywords:
2424
- nginx
2525
- crd
2626
type: application
27-
version: 0.6.0
28-
appVersion: 1.1.0
27+
version: 0.7.0
28+
appVersion: 1.2.0
2929

3030
maintainers:
3131
- name: tao12345666333

charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

charts/apisix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ replicaCount: 1
4242
image:
4343
repository: apache/apisix-ingress-controller
4444
pullPolicy: IfNotPresent
45-
tag: "1.1.0"
45+
tag: "1.2.0"
4646

4747
imagePullSecrets: []
4848

0 commit comments

Comments
 (0)