Backup option for CDN: try to remove wowza trial version

Change-Id: I130b8592dd67a9c2e6b816e9665e4b83c00598d4
7 files changed
tree: 5ca3854a9e74c88dcb29fa0974ce9360407bd8c7
  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-progran/
  17. onos/
  18. ovsplugin/
  19. ponnet/
  20. ponsimv2/
  21. sadis-server/
  22. scripts/
  23. storage/
  24. ves-agent/
  25. voltha/
  26. workflows/
  27. xos-core/
  28. xos-db/
  29. xos-gui/
  30. xos-profiles/
  31. xos-services/
  32. 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.