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:
Amrit Gill 2021-10-14 10:58:00 -04:00 committed by GitHub
parent 965dccf732
commit d6ec86fb65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 299 additions and 6 deletions

View file

@ -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: