SEBA-298 Upgrade xos-tosca version

Change-Id: I39e62dae5d00ce6156f6a56a12ac35fd8caa7318
2 files changed
tree: 1f5c473e5932fde7a81f0e96a7742b5a0d3fccb3
  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.