Commit Graph

3 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 756a8bb204 Remove everything except assets and index 2020-09-22 17:58:04 -07:00
Daishan 4a1b7312a0 Add framework for partner-chart 2020-06-30 11:08:43 -07:00