Revert "renaming helm-chart of "volt" service to "olt-service""

This reverts commit 17e312b16f9964261a6f882b4d452be1a25ec427.

Change-Id: I5df4523ad446a61a1bee70579de3659af8e0932d
12 files changed
tree: 29b1ce0c843b230f00c9e7688e1c4db6e5f2327e
  1. .gitignore
  2. .gitreview
  3. README.md
  4. VERSION
  5. abstract-olt/
  6. bbsim/
  7. configs/
  8. dhcp-server/
  9. etcd-cluster/
  10. examples/
  11. logging/
  12. mavenrepo/
  13. mcord-release/
  14. mcord/
  15. mininet/
  16. nem-monitoring/
  17. onos-progran/
  18. onos/
  19. ovsplugin/
  20. ponnet/
  21. ponsimv2/
  22. sadis-server/
  23. scripts/
  24. storage/
  25. ves-agent/
  26. voltha/
  27. workflows/
  28. xos-core/
  29. xos-db/
  30. xos-gui/
  31. xos-profiles/
  32. xos-services/
  33. xos-tools/
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.