Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 1 | .. _Release Task Helm Charts: |
| 2 | |
| 3 | Helm Chart Update |
| 4 | ================= |
| 5 | |
| 6 | .. code-block:: shell-session |
| 7 | :caption: Update helm charts for deployed VOLTHA and ONOS artifacts |
| 8 | |
| 9 | # clone repo:voltha-helm-charts |
| 10 | % git clone "ssh://gerrit.opencord.org:29418/voltha-helm-charts.git" |
| 11 | % cd voltha-helm-charts |
| 12 | |
| 13 | # Gather files to edit |
| 14 | % vi $(grep -r 'adapter' . | cut -d: -f1 | sort -u) |
| 15 | |
| 16 | # Gather indirect dependencies to edit |
| 17 | vi voltha/Chart.yaml voltha-infra/Chart.yaml voltha-stack/Chart.yaml |
| 18 | |
| 19 | # Sanity check edits |
| 20 | % make lint-chart |
| 21 | % make lint-helm |