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:
cskh 2022-03-23 17:11:46 -04:00 committed by GitHub
parent 86faeec867
commit 0d2d0243a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1547 additions and 19 deletions

View file

@ -74,7 +74,7 @@ If dashboard is installed by `--set dashboard.enabled=true`, checkout the argo-r
| controller.metrics.serviceMonitor.enabled | bool | `false` | Enable a prometheus ServiceMonitor |
| controller.nodeSelector | object | `{}` | [Node selector] |
| controller.readinessProbe | object | See [values.yaml] | Configure readiness [probe] for the controller |
| controller.replicas | int | `1` | The number of controller pods to run |
| controller.replicas | int | `2` | The number of controller pods to run |
| controller.resources | object | `{}` | Resource limits and requests for the controller pods. |
| controller.tolerations | list | `[]` | [Tolerations] for use with node taints |
| podAnnotations | object | `{}` | Annotations to be added to the Rollout pods |
@ -153,4 +153,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
[Node selector]: https://kubernetes.io/docs/user-guide/node-selection/
[probe]: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.11.0/charts/argo-rollouts/values.yaml
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.12.0/charts/argo-rollouts/values.yaml