Commit Graph

84 Commits (f9e424a0afc9a749bf469339dbd5bfcd38c73a81)

Author SHA1 Message Date
Arvind Iyengar 3d34983ce4
Revert "test make sync"
This reverts commit 6c7ccf3113.
2021-02-25 18:50:59 -08:00
Arvind Iyengar 6c7ccf3113
test make sync 2021-02-25 18:50:18 -08:00
Arvind Iyengar 4ecd0f7203
Temporarily point to fork 2021-02-25 18:32:13 -08:00
Arvind Iyengar 5e6287c3a9
Rename chart rke2-canal-v3.13.300-build20210223
This seems to be an issue with the regenerate-assets script, most likely introduced due to the weird naming scheme for this chart which was allowed in the old build scripts.

The new build scripts expects the chart version to always end with the packageVersion, e.g. this should be `rke2-canal-v3.13.3-build2021022300`, but since this is already released I'm not going to tamper with it.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:05:35 -08:00
Arvind Iyengar cd9d2ae6ab
Migrate all assets
Just needed to run:
```bash
$ find assets -maxdepth 1 -mindepth 1 -type d -exec rm -rf {} \;
$ find charts -maxdepth 1 -mindepth 1 -type d -exec rm -rf {} \;
$ REPOSITORY=https://github.com/rancher/rke2-charts BRANCH=main ./scripts/regenerate-assets
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:03:02 -08:00
Arvind Iyengar cecc18cf67
Fixup bug with regenerate-assets
Will be tracked in https://github.com/rancher/charts-build-scripts/pull/19

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:55:19 -08:00
Arvind Iyengar 74c4feb591
Initialize template, fix, and re-run make docs
1. Ran the following script to initialize
```
arvindiyengar: ~/Rancher/rke2-charts/src/github.com/rancher/rke2-charts
$ curl -s https://raw.githubusercontent.com/aiyengar2/charts-build-scripts/add_init_steps/init.sh > /dev/null | sh
Pulling in charts-build-scripts version v0.0.4
charts-build-scripts version v0.0.4 (567c991)
INFO[0000] Pulling rancher/charts-build-scripts[path=templates] from upstream into templates436707958
INFO[0002] Successfully pulled new updated docs into working directory.
Pulled in basic template for live into configuration.yaml and constructed charts directory
Next Steps:
1. Modify the configuration.yaml with your expected setup and re-run make docs to automatically update the repository.
arvindiyengar: ~/Rancher/rke2-charts/src/github.com/rancher/rke2-charts
$ make docs
./bin/charts-build-scripts docs
INFO[0000] Pulling rancher/charts-build-scripts[path=templates] from upstream into templates174667530
INFO[0002] Successfully pulled new updated docs into working directory.
```
2. Updated the configuration.yaml to point at rke2-charts manually
3. Ran `make docs`

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:55:19 -08:00
Arvind Iyengar 934992a461
Drop sha256sums and README.md
Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:55:13 -08:00
actions fb74992a07 Generated changes 2021-02-24 21:42:03 +00:00
actions e037e684bb Generated changes 2021-02-24 21:41:49 +00:00
actions 88f4f963aa Generated changes 2021-02-19 17:03:50 +00:00
actions 664ccdc455 Generated changes 2021-02-19 16:11:28 +00:00
actions b586e92311 Generated changes 2021-01-25 23:01:12 +00:00
actions f0df0c81cd Generated changes 2021-01-22 21:48:26 +00:00
actions 8dad34851d Generated changes 2021-01-22 21:35:46 +00:00
actions 194117f3e0 Generated changes 2021-01-14 19:58:07 +00:00
actions cf5667615a Generated changes 2021-01-14 18:05:31 +00:00
actions d6594f5066 Generated changes 2021-01-13 00:41:56 +00:00
actions 81b3b2da1c Generated changes 2021-01-09 00:58:33 +00:00
actions 583b0be509 Generated changes 2021-01-08 18:12:00 +00:00
actions 53359f1ab1 Generated changes 2020-12-17 19:20:49 +00:00
actions 3b956536cf Generated changes 2020-12-17 00:41:06 +00:00
actions 7e134078c2 Generated changes 2020-12-14 23:50:53 +00:00
actions f5f1dc51bc Generated changes 2020-12-14 21:50:42 +00:00
actions e1dc869b09 Generated changes 2020-12-12 00:22:50 +00:00
actions 9be2bb4478 Generated changes 2020-12-12 00:03:09 +00:00
actions 56eed43262 Generated changes 2020-12-11 21:02:07 +00:00
actions a3b99bffb6 Generated changes 2020-12-10 22:07:42 +00:00
actions 5d0e07ab1d Generated changes 2020-12-07 21:17:35 +00:00
actions fe1a44fb19 Generated changes 2020-11-16 17:06:16 +00:00
actions f5549999e3 Generated changes 2020-10-15 22:21:23 +00:00
actions 7e4c9729f0 Generated changes 2020-10-14 23:04:28 +00:00
actions 1dfd69bb55 Generated changes 2020-09-29 00:14:59 +00:00
Daishan c64cf225bb Initial commit 2020-09-28 17:07:45 -07:00