commit | 005612b70e15d2691c4c7e14b5a0200e21ddafdd | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Fri Jan 17 15:43:07 2020 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Jan 21 14:08:19 2020 +0000 |
tree | 75acd6450e923b3b8aec4c0d3b5495b1c7e9f7da | |
parent | af6bef46ccd7e80794a2567faac0841a7310a50d [diff] |
Adding README.md to clearly state that these charts belong to the 1.x branch of VOLTHA Change-Id: Ifc3961a38be0eed4ac16990355b4b29b92d9b14c
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.