commit | ed19c091b8d61841f3c1dc28c8b40dd09e7b230e | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Wed Jul 10 15:24:45 2019 -0600 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Mon Jul 22 17:42:54 2019 +0000 |
tree | 0e4d79e64d9633c71ad22e2362b5bf26b233dc09 | |
parent | 636e17d7be8a15d4f04d5611a3d64fd927652fd4 [diff] |
COMAC-114 Write helm chart for OAI eNB and UE Add helm chart to deploy OAI eNB and UE needed for COMAC-in-a-Box. Change-Id: I5157d86c77eeb5f2041e9fa09f7661aca5528b8f
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.