PreCommitUpdate¶
- class neophile.update.pre_commit.PreCommitUpdate(path: Path, applied: bool, repository: str, current: str, latest: str)¶
Bases:
neophile.update.base.UpdateAn update to a Helm chart dependency.
Methods Summary
apply()Apply an update to a Helm chart.
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.