feat: upgrade Argo Rollouts to v0.8.0 (#315)
This commit is contained in:
parent
b97082080f
commit
9f1bb53898
6 changed files with 125 additions and 8 deletions
|
|
@ -71,6 +71,16 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- delete
|
||||
- apiGroups:
|
||||
- extensions
|
||||
resources:
|
||||
- ingresses
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
@ -80,8 +90,17 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
- secrets
|
||||
verbs:
|
||||
- get
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- list
|
||||
- delete
|
||||
|
|
|
|||
|
|
@ -61,6 +61,9 @@ spec:
|
|||
replicas:
|
||||
format: int32
|
||||
type: integer
|
||||
restartAt:
|
||||
format: date-time
|
||||
type: string
|
||||
revisionHistoryLimit:
|
||||
format: int32
|
||||
type: integer
|
||||
|
|
@ -93,11 +96,54 @@ spec:
|
|||
properties:
|
||||
activeService:
|
||||
type: string
|
||||
antiAffinity:
|
||||
properties:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
properties:
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- weight
|
||||
type: object
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
type: object
|
||||
type: object
|
||||
autoPromotionEnabled:
|
||||
type: boolean
|
||||
autoPromotionSeconds:
|
||||
format: int32
|
||||
type: integer
|
||||
postPromotionAnalysis:
|
||||
properties:
|
||||
args:
|
||||
items:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
value:
|
||||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
templateName:
|
||||
type: string
|
||||
templates:
|
||||
items:
|
||||
properties:
|
||||
templateName:
|
||||
type: string
|
||||
required:
|
||||
- templateName
|
||||
type: object
|
||||
type: array
|
||||
type: object
|
||||
prePromotionAnalysis:
|
||||
properties:
|
||||
args:
|
||||
|
|
@ -177,6 +223,19 @@ spec:
|
|||
type: object
|
||||
type: array
|
||||
type: object
|
||||
antiAffinity:
|
||||
properties:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
properties:
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- weight
|
||||
type: object
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
type: object
|
||||
type: object
|
||||
canaryService:
|
||||
type: string
|
||||
maxSurge:
|
||||
|
|
@ -323,6 +382,19 @@ spec:
|
|||
type: array
|
||||
trafficRouting:
|
||||
properties:
|
||||
alb:
|
||||
properties:
|
||||
annotationPrefix:
|
||||
type: string
|
||||
ingress:
|
||||
type: string
|
||||
servicePort:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- ingress
|
||||
- servicePort
|
||||
type: object
|
||||
istio:
|
||||
properties:
|
||||
virtualService:
|
||||
|
|
@ -2870,6 +2942,8 @@ spec:
|
|||
properties:
|
||||
activeSelector:
|
||||
type: string
|
||||
postPromotionAnalysisRun:
|
||||
type: string
|
||||
prePromotionAnalysisRun:
|
||||
type: string
|
||||
previewSelector:
|
||||
|
|
@ -2952,6 +3026,9 @@ spec:
|
|||
replicas:
|
||||
format: int32
|
||||
type: integer
|
||||
restartedAt:
|
||||
format: date-time
|
||||
type: string
|
||||
selector:
|
||||
type: string
|
||||
stableRS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue