Commit Graph

5 Commits (2166209d7ab61967c764fe0ef3d9e2f4228be60d)

Author SHA1 Message Date
actions aec5790e37 Regenerate released directory
Merge pull request #1138 from aiyengar2/add_stage_release_2_6

[2.6] Add stage-release workflow
2021-04-22 21:11:55 +00:00
Arvind Iyengar 61bf890b2c
Drop released/ directory 2021-04-21 15:24:23 -07:00
Arvind Iyengar 20fb8f030f
Revert "Remove all charts and assets"
This reverts commit fdddd045cf.
2021-03-30 19:05:35 -07:00
Arvind Iyengar fdddd045cf
Remove all charts and assets 2021-03-30 16:39:14 -07:00
Arvind Iyengar 2448e73314
Move released assets / charts into released dir
This commit moves all already released assets into the released directory and drops the charts associated with them.

The primary purpose of moving assets to this directory is to avoid having the scripts validate rc versions for charts that have already been released. Since our source branch already validates against the main branch, it will already ensure that we do not release a new version of the chart without updating the packageVersion.

The helm index was also regenerated so that the download URLs emitted on trying to download an old asset from the staging branch will still work.

```bash
helm repo index --merge ./released/assets/index.yaml --url released/assets released/assets
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-15 00:40:21 -08:00