tree: 9281366ae6bd5b7372a65f6cf2e992e219faf7c4 [path history] [tgz]
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. README.md
  5. VERSION
  6. abstract-olt/
  7. configs/
  8. device-management/
  9. dhcp-server/
  10. etcd-cluster/
  11. examples/
  12. freeradius/
  13. kafka-topic-exporter/
  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.