armada/armada/tests/unit/handlers
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
..
templates Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Implement wait for timeout feature and unit test 2017-06-22 16:02:25 -05:00
test_armada.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
test_chartbuilder.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
test_lock.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
test_manifest.py Revert "Airship 2 support features" 2021-09-30 17:22:16 -05:00
test_override.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_release_diff.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
test_test.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00
test_tiller.py Remove unused commands 2021-09-30 17:22:16 -05:00
test_wait.py Use helm 3 CLI as backend 2021-10-04 21:40:26 -05:00