Commit Graph

8 Commits (0f698bc6bb96a4933869d7ec67d6b061691da7e1)

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 c07d7b8697 Fix patch script to remove empty file 2020-08-05 22:24:31 -07:00
Daishan d0617a0520 Move the fetch after cd 2020-08-03 09:45:50 -07:00
Darren Shepherd 9685b8deb8 Switch back to master branch 2020-08-02 22:54:42 -07:00
Daishan b559f16e0b Sync from rancher/charts 2020-08-02 10:43:45 -07:00
Steven Crespo 220e9ed788 Pull updated scripts from rancher/dev-charts 2020-07-22 18:45:45 -07:00
Daishan 4a1b7312a0 Add framework for partner-chart 2020-06-30 11:08:43 -07:00