PreCommitUpdate#

class neophile.update.pre_commit.PreCommitUpdate(path, applied, repository, current, latest)#

Bases: Update

An update to a Helm chart dependency.

Parameters:
  • path (Path) –

  • applied (bool) –

  • repository (str) –

  • current (str) –

  • latest (str) –

Methods Summary

apply()

Apply an update to a Helm chart.

description()

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:

None

description()#

Build a description of this update.

Returns:

Short text description of the update.

Return type:

str