commit | 4206a5ff2873ecaf272aaddfb169f296de72b54a | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Feb 28 17:07:04 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Mar 04 22:31:31 2019 -0800 |
tree | 2d9e3f06706e5a03af333fde3012c111032dc3a2 | |
parent | ddeb0639b560da6947f6ab8e93addb3b27ca2935 [diff] |
SEBA-457 cleanse helm-charts of deployment and siterole objects Change-Id: I8a4a4f5a641556dcb2522482580ff9d35369d8c8
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.