commit | af6bef46ccd7e80794a2567faac0841a7310a50d | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Tue Jan 14 17:10:38 2020 -0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Fri Jan 17 23:20:44 2020 +0000 |
tree | ff33dfc2c17fd9e88fdec2d75099ffe350f6668c | |
parent | 452a9eceb282a1323c7b89edc1b014df91daeb4d [diff] |
Ignore sub repositories when checking out via repo tool I'm not sure why the previous .gitignore entry wasn't working. With this one, macro and helm-repo-tools are effectively ignored. Change-Id: Ib4720d768c00b34662d569cbce0b4af07fbe1de5
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.
When you make changes to charts, please make sure of the following:
Make sure the chart passes a strict lint with helm lint --strict <chartname>
. The scripts/helmlint.sh
will check all charts.
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.