SEBA-461 update simpleexampleservice chart

Change-Id: I9334a57a5544d1cd06d0dde9f3bbee291d889f16
4 files changed
tree: 4aa9b818d7f2bc5a8be4b82c78907a090f992d15
  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.