chore(argo-rollouts): Upgrade argo-rollouts to 1.4.0 (#1774)
Fixes #1763 Signed-off-by: jmeridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
parent
206d4922bf
commit
132449cacc
8 changed files with 166 additions and 17 deletions
|
|
@ -2742,6 +2742,9 @@ spec:
|
|||
type: array
|
||||
insecure:
|
||||
type: boolean
|
||||
jsonBody:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
jsonPath:
|
||||
type: string
|
||||
method:
|
||||
|
|
|
|||
|
|
@ -2738,6 +2738,9 @@ spec:
|
|||
type: array
|
||||
insecure:
|
||||
type: boolean
|
||||
jsonBody:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
jsonPath:
|
||||
type: string
|
||||
method:
|
||||
|
|
|
|||
|
|
@ -2738,6 +2738,9 @@ spec:
|
|||
type: array
|
||||
insecure:
|
||||
type: boolean
|
||||
jsonBody:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
jsonPath:
|
||||
type: string
|
||||
method:
|
||||
|
|
|
|||
|
|
@ -89,6 +89,12 @@ spec:
|
|||
revisionHistoryLimit:
|
||||
format: int32
|
||||
type: integer
|
||||
rollbackWindow:
|
||||
properties:
|
||||
revisions:
|
||||
format: int32
|
||||
type: integer
|
||||
type: object
|
||||
selector:
|
||||
properties:
|
||||
matchExpressions:
|
||||
|
|
@ -397,6 +403,9 @@ spec:
|
|||
- type: integer
|
||||
- type: string
|
||||
x-kubernetes-int-or-string: true
|
||||
minPodsPerReplicaSet:
|
||||
format: int32
|
||||
type: integer
|
||||
pingPong:
|
||||
properties:
|
||||
pingService:
|
||||
|
|
@ -713,6 +722,20 @@ spec:
|
|||
required:
|
||||
- mappings
|
||||
type: object
|
||||
apisix:
|
||||
properties:
|
||||
route:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
rules:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
type: object
|
||||
appMesh:
|
||||
properties:
|
||||
virtualNodeGroup:
|
||||
|
|
@ -770,6 +793,14 @@ spec:
|
|||
items:
|
||||
type: string
|
||||
type: array
|
||||
tcpRoutes:
|
||||
items:
|
||||
properties:
|
||||
port:
|
||||
format: int64
|
||||
type: integer
|
||||
type: object
|
||||
type: array
|
||||
tlsRoutes:
|
||||
items:
|
||||
properties:
|
||||
|
|
@ -794,6 +825,14 @@ spec:
|
|||
items:
|
||||
type: string
|
||||
type: array
|
||||
tcpRoutes:
|
||||
items:
|
||||
properties:
|
||||
port:
|
||||
format: int64
|
||||
type: integer
|
||||
type: object
|
||||
type: array
|
||||
tlsRoutes:
|
||||
items:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue