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