summarylogtreecommitdiffstats
path: root/kubernetes-helm2.install
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes-helm2.install')
-rw-r--r--kubernetes-helm2.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes-helm2.install b/kubernetes-helm2.install
index 9124da440f28..45c9d19b3852 100644
--- a/kubernetes-helm2.install
+++ b/kubernetes-helm2.install
@@ -1,4 +1,6 @@
post_upgrade() {
- echo ">>> I've renamed the binary to helm2 and removed the"
- echo ">>> conflicts with both kubernetes-helm and helm."
+ echo ">>> This is the final bugfix release as part of the deprecation plan for"
+ echo ">>> Helm v2. If you have not started a migration to Helm v3 we highly"
+ echo ">>> recommend it. You can read more about the deprecation in the recent blog"
+ echo ">>> post about it: https://helm.sh/blog/helm-v2-deprecation-timeline/"
}