Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 643 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (20 loc) · 643 Bytes

Contributing to towards5GS-helm

Hello! Thank you for giving attention to our initiative. Feel free to open an issue to discuss new features before contributing.

Release the Helm charts

Package the helm charts

free5GC

export appVersion=v3.3.0    # free5GC tag
helm package --app-version $appVersion --destination repo/ charts/free5gc
helm package --app-version $appVersion --destination repo/ charts/free5gc/charts/*

UERANSIM

export appVersion=v3.2.6    # UERANSIM tag
helm package --app-version $appVersion --destination repo/ charts/ueransim

Update the repository

helm repo index repo/