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
|
|
@ -102,6 +102,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:
|
||||
|
|
@ -111,6 +164,13 @@ spec:
|
|||
required:
|
||||
- query
|
||||
type: object
|
||||
graphite:
|
||||
properties:
|
||||
address:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
type: object
|
||||
job:
|
||||
properties:
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue