From e6411027701481a9bad716b7cd9b6d80abefdfb9 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 17:34:53 -0500 Subject: [PATCH 1/2] link to migrate the deployments in the cluster --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf9e260..c987b8e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ steps: drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences: +* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) + * `prefix` must be supplied via the `settings` block, not `environment`. * Several settings no longer have any effect: * `purge` -- this is the default behavior in Helm 3 From fed4de2ed9f764b459b84e662960a05a95ff9f9b Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 17:54:46 -0500 Subject: [PATCH 2/2] Update README.md Co-Authored-By: Erin Call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c987b8e..6981db0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ steps: drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences: -* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) +* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/). * `prefix` must be supplied via the `settings` block, not `environment`. * Several settings no longer have any effect: