commit | db39efc6c2a6951d3587e6d21c3a698b451ed4df | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Wed Oct 23 18:23:57 2019 -0600 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Mon Oct 28 22:57:22 2019 +0000 |
tree | 8d55207c18f01318722894556f9415624d31d1e3 | |
parent | 10152303aaf7bae18aa2342fbdfce00c4849f4fe [diff] |
Set default nodePort for Voltha services Sometimes randomly assigned port number conflicts with the port numbers that is resereved by other apps. Change-Id: I6838ee3aee80d1cc83980d225c702c5f3c6d12f5
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.