```bash
# Pull in the latest scripts
curl -s https://raw.githubusercontent.com/rancher/charts-build-scripts/master/init.sh > /dev/null | BRANCH_ROLE=live sh
# Change the helm repo name back to partner-charts.rancher.io
yq eval -i '.helmRepo.cname = "partner-charts.rancher.io"' configuration.yaml
# Use the latest version of the scripts
sed -i'.bak' "s/CHARTS_BUILD_SCRIPT_VERSION=.*/CHARTS_BUILD_SCRIPT_VERSION=v0.2.1/" scripts/version; rm scripts/version.bak
# Pull in the latest docs
make template
```