blob: c6b70aa999b30de76e56e810445e4f07887571cc [file] [log] [blame]
.. _Release Task Helm Charts:
Helm Chart Update
=================
.. code-block:: shell-session
:caption: Update helm charts for deployed VOLTHA and ONOS artifacts
# clone repo:voltha-helm-charts
% git clone "ssh://gerrit.opencord.org:29418/voltha-helm-charts.git"
% cd voltha-helm-charts
# Gather files to edit
% vi $(grep -r 'adapter' . | cut -d: -f1 | sort -u)
# Gather indirect dependencies to edit
vi voltha/Chart.yaml voltha-infra/Chart.yaml voltha-stack/Chart.yaml
# Sanity check edits
% make lint-chart
% make lint-helm