From 46807c6729708973b1115242297fc702334eb1b4 Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Wed, 20 May 2020 10:30:49 +0000 Subject: [PATCH] Update review comment Review comment: - https://github.com/helm/helm/pull/8135#issuecomment-629527051 Signed-off-by: Martin Hickey --- docs/kubernetes_apis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/kubernetes_apis.md b/docs/kubernetes_apis.md index 405be6ef65d..785859a928b 100644 --- a/docs/kubernetes_apis.md +++ b/docs/kubernetes_apis.md @@ -119,7 +119,7 @@ readme for more details. Alternatively, you can follow these manual steps to perform an update of the API versions of a release manifest: -- Prerequsiities: +- Prerequisites: - HELM_PROTOBUF_SCHEMA: [Helm protobuf schema](https://github.com/helm/helm/tree/dev-v2/_proto) - PROTOBUF_SCHEMA: [Protobuf base schema](https://github.com/protocolbuffers/protobuf/tree/master/src) - Get the name of the latest deployed release: @@ -147,3 +147,5 @@ with the new encoded release object API versions - Add a description in the upgrade, something along the lines to not perform a rollback to a Helm version prior to this current version + +> Note: Ensure to use the `protobuf schema` for the deployed Tiller version, otherwise the decoding might fail