KustomizeUpdate#

class neophile.update.kustomize.KustomizeUpdate(path, applied, url, owner, repo, current, latest)#

Bases: Update

An update to a Helm chart dependency.

Parameters:
  • path (Path) –

  • applied (bool) –

  • url (str) –

  • owner (str) –

  • repo (str) –

  • current (str) –

  • latest (str) –

Methods Summary

apply()

Apply an update to a kustomization.yaml file.

description()

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:

None

description()#

Build a description of this update.

Returns:

Short text description of the update.

Return type:

str