feat(argo-rollouts): Upgrade Argo Rollouts to v1.5.0 (#2039)
* feat(argo-rollouts): Upgrade Argo Rollouts to v1.5.0 Signed-off-by: yu-croco <yu.croco@gmail.com> * feat(argo-rollouts): Add missing configmap for 3rd party metrics providers Signed-off-by: yu-croco <yu.croco@gmail.com> * feat: Add signing information Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Jason Meridth <jmeridth@gmail.com>
This commit is contained in:
parent
2bd14d38b0
commit
083f42cdd6
9 changed files with 328 additions and 5 deletions
|
|
@ -188,6 +188,8 @@ spec:
|
|||
type: object
|
||||
datadog:
|
||||
properties:
|
||||
apiVersion:
|
||||
type: string
|
||||
interval:
|
||||
type: string
|
||||
query:
|
||||
|
|
@ -240,6 +242,51 @@ spec:
|
|||
parallelism:
|
||||
format: int32
|
||||
type: integer
|
||||
podFailurePolicy:
|
||||
properties:
|
||||
rules:
|
||||
items:
|
||||
properties:
|
||||
action:
|
||||
type: string
|
||||
onExitCodes:
|
||||
properties:
|
||||
containerName:
|
||||
type: string
|
||||
operator:
|
||||
type: string
|
||||
values:
|
||||
items:
|
||||
format: int32
|
||||
type: integer
|
||||
type: array
|
||||
x-kubernetes-list-type: set
|
||||
required:
|
||||
- operator
|
||||
- values
|
||||
type: object
|
||||
onPodConditions:
|
||||
items:
|
||||
properties:
|
||||
status:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
required:
|
||||
- status
|
||||
- type
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-type: atomic
|
||||
required:
|
||||
- action
|
||||
- onPodConditions
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-type: atomic
|
||||
required:
|
||||
- rules
|
||||
type: object
|
||||
selector:
|
||||
properties:
|
||||
matchExpressions:
|
||||
|
|
@ -1832,6 +1879,8 @@ spec:
|
|||
type: boolean
|
||||
hostPID:
|
||||
type: boolean
|
||||
hostUsers:
|
||||
type: boolean
|
||||
hostname:
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
|
|
@ -2579,12 +2628,21 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: object
|
||||
matchLabelKeys:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
x-kubernetes-list-type: atomic
|
||||
maxSkew:
|
||||
format: int32
|
||||
type: integer
|
||||
minDomains:
|
||||
format: int32
|
||||
type: integer
|
||||
nodeAffinityPolicy:
|
||||
type: string
|
||||
nodeTaintsPolicy:
|
||||
type: string
|
||||
topologyKey:
|
||||
type: string
|
||||
whenUnsatisfiable:
|
||||
|
|
@ -2710,6 +2768,9 @@ spec:
|
|||
required:
|
||||
- query
|
||||
type: object
|
||||
plugin:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
prometheus:
|
||||
properties:
|
||||
address:
|
||||
|
|
@ -2717,6 +2778,15 @@ spec:
|
|||
query:
|
||||
type: string
|
||||
type: object
|
||||
skywalking:
|
||||
properties:
|
||||
address:
|
||||
type: string
|
||||
interval:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
type: object
|
||||
wavefront:
|
||||
properties:
|
||||
address:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue