Changes for Nucleus mme.
1. probe sctp module
2. Pass new environment variable to all containers withink mme pod

Change-Id: Ifb3f102e4d69f303792842e82a8047abe492a86a
2 files changed
tree: e5a48bc756e067007f6a651bcd3a757fa7c59031
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. README.md
  5. VERSION
  6. abstract-olt/
  7. aether-apps/
  8. bbsim/
  9. comac/
  10. configs/
  11. device-management/
  12. dhcp-server/
  13. etcd-cluster/
  14. examples/
  15. freeradius/
  16. logging/
  17. mavenrepo/
  18. mcord/
  19. mininet/
  20. nem-monitoring/
  21. oaisim/
  22. omec/
  23. onos-progran/
  24. onos/
  25. ott-services/
  26. ovsplugin/
  27. ponnet/
  28. ponsimv2/
  29. ran/
  30. sadis-server/
  31. scripts/
  32. storage/
  33. tools/
  34. ves-agent/
  35. voltha/
  36. workflows/
  37. xos-core/
  38. xos-db/
  39. xos-gui/
  40. xos-profiles/
  41. 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.