commit | 4f0b21a3fc343045cf0f675c4ce7bb80d92f4127 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Wed Feb 05 18:35:10 2020 -0800 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Wed Feb 05 18:35:10 2020 -0800 |
tree | 43ffe0dd9c2d332b5a4f32e00ad3b5db0c31f71c | |
parent | 59adfbbea4c4dbb6fe6416c1a45fffe3cc9c880b [diff] |
BugFix - fix a syntax error in Helm Chart for Accelleran CU Change-Id: I27fd06192118b8844a5e6f79adbe7874a3c394ff
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.