Skip to content

Commit

Permalink
Merge pull request #5363 from zalando-incubator/fabric/update-control…
Browse files Browse the repository at this point in the history
…ler-and-crd

fabric: update controller version and CRD
  • Loading branch information
AlexanderYastrebov authored Sep 15, 2022
2 parents a14cbc4 + 60a03d1 commit 165fc37
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $version := "master-106" }}
{{ $version := "master-120" }}

apiVersion: apps/v1
kind: Deployment
Expand Down
7 changes: 7 additions & 0 deletions cluster/manifests/fabric-gateway/fabricgateway_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
jsonPath: .status.num_owned_ingress
name: Ingress_Count
type: integer
- jsonPath: .status.problems
name: Problems
type: string
name: v1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -312,6 +315,10 @@ spec:
items:
type: string
type: array
problems:
items:
type: string
type: array
type: object
required:
- spec
Expand Down
7 changes: 7 additions & 0 deletions cluster/manifests/fabric-gateway/v1fabricgateway_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
jsonPath: .status.num_owned_ingress
name: Ingress_Count
type: integer
- jsonPath: .status.problems
name: Problems
type: string
name: v1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -312,6 +315,10 @@ spec:
items:
type: string
type: array
problems:
items:
type: string
type: array
type: object
required:
- spec
Expand Down

0 comments on commit 165fc37

Please sign in to comment.