feat(argo-rollouts): Upgrade Argo Rollouts to v1.5.0
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
c8b47cf060
commit
ea33330f5b
6 changed files with 304 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.4.1
|
appVersion: v1.5.0
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.27.0
|
version: 2.28.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -15,5 +15,5 @@ maintainers:
|
||||||
url: https://argoproj.github.io/
|
url: https://argoproj.github.io/
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Allow extraObjects to contain string templates
|
description: Upgrade Argo Rollouts to v1.5.0
|
||||||
|
|
|
@ -188,6 +188,8 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
datadog:
|
datadog:
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
type: string
|
||||||
interval:
|
interval:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
|
@ -240,6 +242,51 @@ spec:
|
||||||
parallelism:
|
parallelism:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
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:
|
selector:
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
|
@ -1832,6 +1879,8 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
hostPID:
|
hostPID:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
hostUsers:
|
||||||
|
type: boolean
|
||||||
hostname:
|
hostname:
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -2579,12 +2628,21 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
matchLabelKeys:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
minDomains:
|
minDomains:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
type: string
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -2710,6 +2768,9 @@ spec:
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
plugin:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
prometheus:
|
prometheus:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
@ -2717,6 +2778,15 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
skywalking:
|
||||||
|
properties:
|
||||||
|
address:
|
||||||
|
type: string
|
||||||
|
interval:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
wavefront:
|
wavefront:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
|
|
@ -184,6 +184,8 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
datadog:
|
datadog:
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
type: string
|
||||||
interval:
|
interval:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
|
@ -236,6 +238,51 @@ spec:
|
||||||
parallelism:
|
parallelism:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
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:
|
selector:
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
|
@ -1828,6 +1875,8 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
hostPID:
|
hostPID:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
hostUsers:
|
||||||
|
type: boolean
|
||||||
hostname:
|
hostname:
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -2575,12 +2624,21 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
matchLabelKeys:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
minDomains:
|
minDomains:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
type: string
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -2706,6 +2764,9 @@ spec:
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
plugin:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
prometheus:
|
prometheus:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
@ -2713,6 +2774,15 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
skywalking:
|
||||||
|
properties:
|
||||||
|
address:
|
||||||
|
type: string
|
||||||
|
interval:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
wavefront:
|
wavefront:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
|
|
@ -184,6 +184,8 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
datadog:
|
datadog:
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
type: string
|
||||||
interval:
|
interval:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
|
@ -236,6 +238,51 @@ spec:
|
||||||
parallelism:
|
parallelism:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
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:
|
selector:
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
|
@ -1828,6 +1875,8 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
hostPID:
|
hostPID:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
hostUsers:
|
||||||
|
type: boolean
|
||||||
hostname:
|
hostname:
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -2575,12 +2624,21 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
matchLabelKeys:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
minDomains:
|
minDomains:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
type: string
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -2706,6 +2764,9 @@ spec:
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
plugin:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
prometheus:
|
prometheus:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
@ -2713,6 +2774,15 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
skywalking:
|
||||||
|
properties:
|
||||||
|
address:
|
||||||
|
type: string
|
||||||
|
interval:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
wavefront:
|
wavefront:
|
||||||
properties:
|
properties:
|
||||||
address:
|
address:
|
||||||
|
|
|
@ -159,6 +159,9 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
service:
|
service:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
template:
|
template:
|
||||||
properties:
|
properties:
|
||||||
|
@ -1727,6 +1730,8 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
hostPID:
|
hostPID:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
hostUsers:
|
||||||
|
type: boolean
|
||||||
hostname:
|
hostname:
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -2474,12 +2479,21 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
matchLabelKeys:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
minDomains:
|
minDomains:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
type: string
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
|
|
@ -163,6 +163,17 @@ spec:
|
||||||
x-kubernetes-int-or-string: true
|
x-kubernetes-int-or-string: true
|
||||||
postPromotionAnalysis:
|
postPromotionAnalysis:
|
||||||
properties:
|
properties:
|
||||||
|
analysisRunMetadata:
|
||||||
|
properties:
|
||||||
|
annotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
args:
|
args:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
@ -220,6 +231,17 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
prePromotionAnalysis:
|
prePromotionAnalysis:
|
||||||
properties:
|
properties:
|
||||||
|
analysisRunMetadata:
|
||||||
|
properties:
|
||||||
|
annotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
args:
|
args:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
@ -307,6 +329,17 @@ spec:
|
||||||
type: integer
|
type: integer
|
||||||
analysis:
|
analysis:
|
||||||
properties:
|
properties:
|
||||||
|
analysisRunMetadata:
|
||||||
|
properties:
|
||||||
|
annotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
args:
|
args:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
@ -440,6 +473,17 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
analysis:
|
analysis:
|
||||||
properties:
|
properties:
|
||||||
|
analysisRunMetadata:
|
||||||
|
properties:
|
||||||
|
annotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
args:
|
args:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
@ -580,6 +624,11 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
service:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
specRef:
|
specRef:
|
||||||
type: string
|
type: string
|
||||||
weight:
|
weight:
|
||||||
|
@ -869,9 +918,14 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
stableIngress:
|
stableIngress:
|
||||||
type: string
|
type: string
|
||||||
required:
|
stableIngresses:
|
||||||
- stableIngress
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
type: object
|
type: object
|
||||||
|
plugins:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
smi:
|
smi:
|
||||||
properties:
|
properties:
|
||||||
rootService:
|
rootService:
|
||||||
|
@ -2456,6 +2510,8 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
hostPID:
|
hostPID:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
hostUsers:
|
||||||
|
type: boolean
|
||||||
hostname:
|
hostname:
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -3203,12 +3259,21 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
matchLabelKeys:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-type: atomic
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
minDomains:
|
minDomains:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
nodeAffinityPolicy:
|
||||||
|
type: string
|
||||||
|
nodeTaintsPolicy:
|
||||||
|
type: string
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -3257,30 +3322,39 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
arn:
|
arn:
|
||||||
type: string
|
type: string
|
||||||
|
fullName:
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- arn
|
- arn
|
||||||
|
- fullName
|
||||||
- name
|
- name
|
||||||
type: object
|
type: object
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
properties:
|
properties:
|
||||||
arn:
|
arn:
|
||||||
type: string
|
type: string
|
||||||
|
fullName:
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- arn
|
- arn
|
||||||
|
- fullName
|
||||||
- name
|
- name
|
||||||
type: object
|
type: object
|
||||||
stableTargetGroup:
|
stableTargetGroup:
|
||||||
properties:
|
properties:
|
||||||
arn:
|
arn:
|
||||||
type: string
|
type: string
|
||||||
|
fullName:
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- arn
|
- arn
|
||||||
|
- fullName
|
||||||
- name
|
- name
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in a new issue