This message was deleted.
# extensions
a
This message was deleted.
b
This option doesn't exist at the moment, you will have to update that annotation manually. 1. Build the assets normally with
yarn 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:
Copy code
helm package ./charts/my-pkg/0.1.0 -d ./assets/my-pkg
4. Update the index.yaml to contain the new annotation:
Copy code
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.
m
Thank you for your help 😄