chore: update rollouts to v1.1.0 (#966)
* chore: add changelog Signed-off-by: agill17 <amgill1234@gmail.com> * fix(argo-cd): Use correct chart icon url (#964) Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Signed-off-by: agill17 <amgill1234@gmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
965dccf732
commit
d6ec86fb65
6 changed files with 299 additions and 6 deletions
|
|
@ -57,11 +57,22 @@ spec:
|
|||
type: object
|
||||
spec:
|
||||
properties:
|
||||
analysis:
|
||||
properties:
|
||||
successfulRunHistoryLimit:
|
||||
format: int32
|
||||
type: integer
|
||||
unsuccessfulRunHistoryLimit:
|
||||
format: int32
|
||||
type: integer
|
||||
type: object
|
||||
minReadySeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
paused:
|
||||
type: boolean
|
||||
progressDeadlineAbort:
|
||||
type: boolean
|
||||
progressDeadlineSeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
|
|
@ -101,6 +112,9 @@ spec:
|
|||
properties:
|
||||
blueGreen:
|
||||
properties:
|
||||
abortScaleDownDelaySeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
activeMetadata:
|
||||
properties:
|
||||
annotations:
|
||||
|
|
@ -234,6 +248,9 @@ spec:
|
|||
type: object
|
||||
canary:
|
||||
properties:
|
||||
abortScaleDownDelaySeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
analysis:
|
||||
properties:
|
||||
args:
|
||||
|
|
@ -298,6 +315,8 @@ spec:
|
|||
type: object
|
||||
canaryService:
|
||||
type: string
|
||||
dynamicStableScale:
|
||||
type: boolean
|
||||
maxSurge:
|
||||
anyOf:
|
||||
- type: integer
|
||||
|
|
@ -452,6 +471,9 @@ spec:
|
|||
type: object
|
||||
specRef:
|
||||
type: string
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- name
|
||||
- specRef
|
||||
|
|
@ -533,12 +555,46 @@ spec:
|
|||
items:
|
||||
type: string
|
||||
type: array
|
||||
tlsRoutes:
|
||||
items:
|
||||
properties:
|
||||
port:
|
||||
format: int64
|
||||
type: integer
|
||||
sniHosts:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
- routes
|
||||
type: object
|
||||
required:
|
||||
- virtualService
|
||||
virtualServices:
|
||||
items:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
routes:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
tlsRoutes:
|
||||
items:
|
||||
properties:
|
||||
port:
|
||||
format: int64
|
||||
type: integer
|
||||
sniHosts:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
nginx:
|
||||
properties:
|
||||
|
|
@ -2755,6 +2811,52 @@ spec:
|
|||
- name
|
||||
- status
|
||||
type: object
|
||||
weights:
|
||||
properties:
|
||||
additional:
|
||||
items:
|
||||
properties:
|
||||
podTemplateHash:
|
||||
type: string
|
||||
serviceName:
|
||||
type: string
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- weight
|
||||
type: object
|
||||
type: array
|
||||
canary:
|
||||
properties:
|
||||
podTemplateHash:
|
||||
type: string
|
||||
serviceName:
|
||||
type: string
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- weight
|
||||
type: object
|
||||
stable:
|
||||
properties:
|
||||
podTemplateHash:
|
||||
type: string
|
||||
serviceName:
|
||||
type: string
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- weight
|
||||
type: object
|
||||
verified:
|
||||
type: boolean
|
||||
required:
|
||||
- canary
|
||||
- stable
|
||||
type: object
|
||||
type: object
|
||||
collisionCount:
|
||||
format: int32
|
||||
|
|
@ -2831,6 +2933,8 @@ spec:
|
|||
updatedReplicas:
|
||||
format: int32
|
||||
type: integer
|
||||
workloadObservedGeneration:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue