From 466c538c3b60f4f35f427bf7765a678e580ce5d3 Mon Sep 17 00:00:00 2001 From: Martin Bergljung Date: Mon, 13 May 2019 09:47:14 +0100 Subject: [PATCH] Make sure to run helm update before installation so you are using latest helm charts --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9046ba7..bb19782 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,11 @@ sed -i "" s/REPLACEME/$LOCALIP/g minimal-values.yaml ### 11. Deploy the DBP +```bash +# Make sure you have the latest Helm charts locally +helm update +``` + ```bash # From within the same folder as your minimal-values file helm install alfresco-incubator/alfresco-dbp -f minimal-values.yaml