Update charts to new versions of containers using XOS 2.1.32 core

Change-Id: I99c55aa08f390b5160e7de5ac80e57e385beb1dc
37 files changed
tree: c7beea8337b0365ea9d74dbd840936433fa9236e
  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/
  14. mininet/
  15. nem-monitoring/
  16. onos/
  17. ovsplugin/
  18. ponnet/
  19. ponsimv2/
  20. sadis-server/
  21. scripts/
  22. storage/
  23. ves-agent/
  24. voltha/
  25. workflows/
  26. xos-core/
  27. xos-db/
  28. xos-gui/
  29. xos-profiles/
  30. xos-services/
  31. 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.