commit | 7102a8155b7704f6a20b59a4032732868bf292b2 | [log] [tgz] |
---|---|---|
author | Doyoung Lee <doyoung@opennetworking.org> | Sun Feb 10 20:41:00 2019 -0800 |
committer | Doyoung Lee <doyoung@opennetworking.org> | Mon Feb 11 11:00:22 2019 -0800 |
tree | 866c1fa636b54c70598813ec242c5255fd70f092 | |
parent | 4b811c8deb6469033aeff52613157a44226e2d27 [diff] |
Testing of creating helm for progran onos Change-Id: I7a70bf757b3d53297f7c4cf5d73da378b8840570
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.