feat(argo-rollouts): upgrade to v1.2.0 (#1135)
* feat(argo-rollouts): upgrade to v1.2.0-rc1 Signed-off-by: Hui Kang <hui.kang@salesforce.com> * [argo-rollouts]:bump minor version and add release version Signed-off-by: Hui Kang <hui.kang@salesforce.com>
This commit is contained in:
parent
86faeec867
commit
0d2d0243a5
10 changed files with 1547 additions and 19 deletions
|
|
@ -68,7 +68,7 @@ rules:
|
|||
- list
|
||||
- watch
|
||||
# services patch needed to update selector of canary/stable/active/preview services
|
||||
# services create needed to create services for experiments
|
||||
# services create needed to create and delete services for experiments
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
@ -79,6 +79,7 @@ rules:
|
|||
- watch
|
||||
- patch
|
||||
- create
|
||||
- delete
|
||||
# leases create/get/update needed for leader election
|
||||
- apiGroups:
|
||||
- coordination.k8s.io
|
||||
|
|
@ -198,4 +199,25 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- get
|
||||
# AppMesh virtualservices/virtualrouter CRD read-only access needed for using the App Mesh provider
|
||||
- apiGroups:
|
||||
- appmesh.k8s.aws
|
||||
resources:
|
||||
- virtualservices
|
||||
verbs:
|
||||
- watch
|
||||
- get
|
||||
- list
|
||||
# AppMesh virtualnode CRD r/w access needed for using the App Mesh provider
|
||||
- apiGroups:
|
||||
- appmesh.k8s.aws
|
||||
resources:
|
||||
- virtualnodes
|
||||
- virtualrouters
|
||||
verbs:
|
||||
- watch
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- patch
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 8090
|
||||
name: metrics
|
||||
- containerPort: 8080
|
||||
name: healthz
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.controller.livenessProbe | nindent 10 }}
|
||||
readinessProbe:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue