HelmUpdate¶
-
class
neophile.update.helm.
HelmUpdate
(path: Path, applied: bool, name: str, current: str, latest: str)¶ Bases:
neophile.update.base.Update
An update to a Helm chart dependency.
Methods Summary
apply
()Apply an update to a Helm chart. description
()Build a description of this update. Methods Documentation
-
apply
() → None¶ Apply an update to a Helm chart.
Raises: neophile.exceptions.DependencyNotFoundError
– The specified file doesn’t contain a dependency of that name.
-