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
|
|
@ -95,6 +95,9 @@ spec:
|
|||
progressDeadlineSeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
scaleDownDelaySeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
templates:
|
||||
items:
|
||||
properties:
|
||||
|
|
@ -129,6 +132,8 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: object
|
||||
service:
|
||||
type: object
|
||||
template:
|
||||
properties:
|
||||
metadata:
|
||||
|
|
@ -2316,12 +2321,16 @@ spec:
|
|||
type: string
|
||||
name:
|
||||
type: string
|
||||
podTemplateHash:
|
||||
type: string
|
||||
readyReplicas:
|
||||
format: int32
|
||||
type: integer
|
||||
replicas:
|
||||
format: int32
|
||||
type: integer
|
||||
serviceName:
|
||||
type: string
|
||||
status:
|
||||
type: string
|
||||
updatedReplicas:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue