Commit Graph

2 Commits (main)

Author SHA1 Message Date
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
Arvind Iyengar c26863e755
Ignore charts directory for Github Pages build
Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-04 16:56:04 -08:00