PreCommitUpdate#
- class neophile.update.pre_commit.PreCommitUpdate(path, applied, repository, current, latest)#
Bases:
Update
An 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()#
Apply an update to a Helm chart.
- Raises:
DependencyNotFoundError – Raised if the specified file doesn’t contain a dependency of that name.
- Return type: