[VOL-3288] Upgrade free-radius to 3.0.21

Change-Id: Ib2f13707c6c936826fddbe13807fcfa66745de39
2 files changed
tree: 5c29be129a0e892c3508a27c90a1f56468024048
  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.