KustomizeUpdate¶
-
class
neophile.update.kustomize.
KustomizeUpdate
(path: Path, applied: bool, url: str, owner: str, repo: 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 kustomization.yaml
file.description
()Build a description of this update. Methods Documentation
-
apply
() → None¶ Apply an update to a
kustomization.yaml
file.Raises: neophile.exceptions.DependencyNotFoundError
– The specified file doesn’t contain a dependency of that name.
-