From c5efe0a40130e10c8205cb56aacfb6f712139ea9 Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Wed, 26 Feb 2020 16:46:37 -0700 Subject: [PATCH] Note about upgrade in readme --- charts/argo/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/argo/README.md b/charts/argo/README.md index 348a0e0a..9ad7d78c 100644 --- a/charts/argo/README.md +++ b/charts/argo/README.md @@ -15,6 +15,10 @@ A few options are: ## Usage Notes: This chart defaults to setting the `controller.instanceID.enabled` to `false` now, which means the deployed controller will act upon any workflow deployed to the cluster. If you would like to limit the behavior and deploy multiple workflow controllers, please use the `controller.instanceID.enabled` attribute along with one of it's configuration options to set the `instanceID` of the workflow controller to be properly scoped for your needs. +## Argo v2.5.x Upgrade + +In Argo versions v2.5.0 and beyone, the UI has been deprecated and replaced by the argo server. In future versions of this chart, `ui.enabled` will be defaulted to `false` and it may be removed entirely. We suggest migrating in order to utilize the new functionality. + ## Values The `values.yaml` contains items used to tweak a deployment of this chart.