adamant-kite-43734
07/13/2023, 7:07 AMbillions-vase-14972
07/13/2023, 11:43 AMyarn publish-pkgs
2. Update the annotation in the Chart.yaml for each package verion (for example ./charts/my-pkg/0.1.0/Chart.yaml
)
3. Rebuild the assets with the new annotation:
helm package ./charts/my-pkg/0.1.0 -d ./assets/my-pkg
4. Update the index.yaml to contain the new annotation:
helm repo index assets/my-pkg --url assets/my-pkg --merge index.yaml
5. Copy the index.yaml file created in the ./assets/my-pkg
directory into the root directory.
I've created an issue on rancher/dashboard to add this functionality to extensions so this will no longer need to be a manual process, as this can become unwieldy with building many packages/versions.magnificent-oxygen-87068
07/16/2023, 8:32 AM