armada/armada/exceptions
Sean Eagan 68747d0815 Use helm 3 CLI as backend
Helm 3 breaking changes (likely non-exhaustive):

- crd-install hook removed and replaced with crds directory in
  chart where all CRDs defined in it will be installed before
  any rendering of the chart
- test-failure hook annotation value removed, and test-success
  deprecated. Use test instead
- `--force` no longer handles recreating resources which
  cannot be updated due to e.g. immutability [0]
- `--recreate-pods` removed, use declarative approach instead [1]

[0]: https://github.com/helm/helm/issues/7082
[1]: https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments

Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I20ff40ba55197de3d37e5fd647e7d2524a53248f
2021-10-04 21:40:26 -05:00
..
__init__.py Fix for get manifest 2018-09-14 15:27:03 +00:00
api_exceptions.py Index, Guide, & Api Armada Exception Documentation 2018-02-13 10:01:27 -05:00
armada_exceptions.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
base_exception.py Changes for new version of falcon 2021-06-24 15:02:42 +00:00
chartbuilder_exceptions.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
helm_exceptions.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
k8s_exceptions.py fix(timeouts): Address timeout handling issues 2018-05-01 08:45:56 -05:00
manifest_exceptions.py Fix for get manifest 2018-09-14 15:27:03 +00:00
override_exceptions.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
source_exceptions.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
tiller_exceptions.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
validate_exceptions.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00