blob: f0a4fcb7b2eb6e28c6517784ad4232de26f5429b [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.lfbroadband.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