From 77c7b4087eaf10ce9f432f6dafef8cb6f2c2e755 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Mon, 18 Nov 2019 12:12:19 -0800 Subject: [PATCH] Increase Helm version to v2.16.1 --- docs/part-02/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part-02/README.md b/docs/part-02/README.md index 36d71f62..13d83669 100644 --- a/docs/part-02/README.md +++ b/docs/part-02/README.md @@ -9,13 +9,13 @@ Helm Architecture: Install [Helm](https://helm.sh/) binary: ```bash -curl -s https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash -s -- --version v2.14.1 +curl -s https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash -s -- --version v2.16.1 ``` Output: ```text -Helm v2.14.1 is already v2.14.1 +Helm v2.16.1 is already v2.16.1 Run 'helm init' to configure helm. ```