arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ ./scripts/release-asset assets/rancher-tracing/rancher-tracing-1.20.001-rc00.tgz
WARNING: "kubernetes-charts.storage.googleapis.com" is deprecated for "stable" and will be deleted Nov. 13, 2020.
WARNING: You should switch to "https://charts.helm.sh/stable" via:
WARNING: helm repo add "stable" "https://charts.helm.sh/stable" --force-update
WARNING: "kubernetes-charts.storage.googleapis.com" is deprecated for "stable" and will be deleted Nov. 13, 2020.
WARNING: You should switch to "https://charts.helm.sh/stable" via:
WARNING: helm repo add "stable" "https://charts.helm.sh/stable" --force-update
Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
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>