From 266013ec8fed65de600bb6e19e6e2533ab6cae69 Mon Sep 17 00:00:00 2001 From: Marcello Romani Date: Mon, 19 Aug 2019 10:16:24 +0100 Subject: [PATCH] #1931 clarify you have to manually add the jetstack helm repo --- docs/tasks/upgrading/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tasks/upgrading/index.rst b/docs/tasks/upgrading/index.rst index 2feacb86e..df2287ca4 100644 --- a/docs/tasks/upgrading/index.rst +++ b/docs/tasks/upgrading/index.rst @@ -35,6 +35,9 @@ version number you want to install: kubectl apply \ -f https://raw.githubusercontent.com/jetstack/cert-manager//deploy/manifests/00-crds.yaml + # Add the Jetstack Helm repository if you haven't already + helm repo add jetstack https://charts.jetstack.io + # Ensure the local Helm chart repository cache is up to date helm repo update