armada/armada
Robert Church 8a1638098f Fix --enable-chart-cleanup option
The current logic to find valid releases is incorrect resulting in zero
valid releases being found and all currently installed chart releases
with the release_prefix being removed.

The data passed to this method is a list of chart groups with the
following format:
[{'data':
  {'chart_group':
    [{'data':
        {'chart_name': 'ingress',
         'release': 'kube-system-ingress'
  ...

This update adapts the code to the expected format of the data provided.

Change-Id: Ib285cdf21283b8ec73d583fb107ba49514a9dda7
Signed-off-by: Robert Church <robert.church@windriver.com>
2019-07-31 23:54:49 -04:00
..
api Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
cli Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
common Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
conf Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
exceptions Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
handlers Fix --enable-chart-cleanup option 2019-07-31 23:54:49 -04:00
schemas [v2 docs] Overhaul wait API 2019-05-13 16:52:44 +00:00
tests Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
utils Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
__init__.py fix(init): remove duplicated version code 2018-05-28 05:52:58 -05:00
const.py Introduce v2 docs 2019-04-16 10:15:21 -05:00
shell.py fix: improve error message when user passes in only api and url 2019-07-17 13:12:07 -05:00
version.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00