commit | 06f9855d0a2cc2196a338ab72d7068ac503be7b4 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Thu Aug 15 13:44:47 2019 -0600 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Fri Aug 23 13:37:21 2019 -0500 |
tree | 72a65ea1d29ffa4689c53be5d584986b289f0d76 | |
parent | 1eedd035cba1d94718c175c0c51dac982a7053d8 [diff] |
COMAC-170 Use common patterns in values and manifests in mcord-services This patchset is a part of mcord-services refactoring. 1. Group values by images, nodeSelectors, resources, configs and networks. 2. Make StatefulSets have common patterns for label, resources, and nodeSelectors 3. Use fixed resource name to reduce complexities 4. Don't set namespace as a value, use the one passed with helm install 5. Use common cniPlugin and ipam for SGI and S1U networks 6. Use camel case for value names 7. Do not support old mme anymore 8. Use official omecproject repo for default images Change-Id: I9654993c8885f12cebb1a93517119556a90127d6
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.