Helm 3 compatibility

Change-Id: I16338180c5cfbf5218c51dff21ebe04090396919
3 files changed
tree: 35580729195860c46773574d33e913cdb5570a9f
  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. kafka-topic-exporter/
  15. logging/
  16. mavenrepo/
  17. mcord/
  18. mininet/
  19. nem-monitoring/
  20. oaisim/
  21. onos-progran/
  22. onos/
  23. ovsplugin/
  24. ponnet/
  25. ponsimv2/
  26. sadis-server/
  27. scripts/
  28. storage/
  29. tools/
  30. ves-agent/
  31. voltha/
  32. workflows/
  33. xos-core/
  34. xos-db/
  35. xos-gui/
  36. xos-profiles/
  37. 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.