KustomizeUpdate#
- class neophile.update.kustomize.KustomizeUpdate(path, applied, url, owner, repo, current, latest)#
Bases:
Update
An update to a Helm chart dependency.
- Parameters:
Methods Summary
apply
()Apply an update to a
kustomization.yaml
file.Build a description of this update.
Methods Documentation
- apply()#
Apply an update to a
kustomization.yaml
file.- Raises:
DependencyNotFoundError – Raised if the specified file doesn’t contain a dependency of that name.
- Return type: