rancher-partner-charts/scripts
Arvind Iyengar 41119b5189
Autogenerate template for scripts v0.2.1
```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
```
2021-06-23 18:03:32 -07:00
..
pull-scripts Autogenerate template for scripts v0.2.1 2021-06-23 18:03:32 -07:00
regenerate-assets Autogenerate template for scripts v0.2.1 2021-06-23 18:03:32 -07:00
version Autogenerate template for scripts v0.2.1 2021-06-23 18:03:32 -07:00