[VOL-3279] Using the latest BBSim version to include the gemport fix

Change-Id: I76d51018a757348c38ccde498522b6b5aac210ff
1 file changed
tree: 816905be722e644f9a1ab0e640c9649dedf02962
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. README.md
  5. VERSION
  6. abstract-olt/
  7. bbsim/
  8. configs/
  9. device-management/
  10. dhcp-server/
  11. etcd-cluster/
  12. examples/
  13. freeradius/
  14. logging/
  15. mavenrepo/
  16. mcord/
  17. mininet/
  18. nem-monitoring/
  19. oaisim/
  20. onos-progran/
  21. onos/
  22. ovsplugin/
  23. ponnet/
  24. ponsimv2/
  25. sadis-server/
  26. scripts/
  27. storage/
  28. tools/
  29. ves-agent/
  30. voltha/
  31. workflows/
  32. xos-core/
  33. xos-db/
  34. xos-gui/
  35. xos-profiles/
  36. xos-services/
README.md

Helm charts for CORD

This repo contains the helm charts for use in the CORD and subsidiary projects.

Thes charts are published on: https://charts.opencord.org/

Please see https://guide.opencord.org/charts/helm.html for more complete documentation.

Changing charts

When you make changes to charts, please make sure of the following:

  1. Make sure the chart passes a strict lint with helm lint --strict <chartname>. The scripts/helmlint.sh will check all charts.

  2. When you modify a chart, you must increase the version in Chart.yaml. You may also need to update other charts that depend on your chart.