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

@ -107,6 +107,59 @@ spec:
type: string
provider:
properties:
cloudWatch:
properties:
interval:
type: string
metricDataQueries:
items:
properties:
expression:
type: string
id:
type: string
label:
type: string
metricStat:
properties:
metric:
properties:
dimensions:
items:
properties:
name:
type: string
value:
type: string
type: object
type: array
metricName:
type: string
namespace:
type: string
type: object
period:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
stat:
type: string
unit:
type: string
type: object
period:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
returnData:
type: boolean
type: object
type: array
required:
- metricDataQueries
type: object
datadog:
properties:
interval:
@ -116,6 +169,13 @@ spec:
required:
- query
type: object
graphite:
properties:
address:
type: string
query:
type: string
type: object
job:
properties:
metadata: