blob: c6b70aa999b30de76e56e810445e4f07887571cc [file] [log] [blame]
Joey Armstrong82180592024-02-10 15:34:21 -05001.. _Release Task Helm Charts:
2
3Helm 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