package
0.26.4
Repository: https://github.com/kharf/navecd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

Direct indicates to push updates directly to the base branch and reconcile them in the same run.
PR indicates to push updates to a separate update branch and create a pull request.
Semantic Versioning as defined in https://semver.org/.

# Variables

ErrChartNotFound is returned when a chart is not found in the repository.
ErrUnexpectedResponse is returned when an unexpected response is received from a repository.

# Structs

AvailableUpdate represents the result of a positive version scanning operation.
ChartUpdateTarget defines the helm chart to be updated.
ContainerUpdateTarget defines the container image to be updated.
Scanner is the system for performing version scanning operations.
Semantic Versioning as defined in https://semver.org/.
Update represents the result of an update operation.
UpdateInstruction represents the instruction for updating a target, such as a container image or a Helm chart.
Updater accepts update information that tell which images to update.
UpdateScheduler runs background tasks periodically to update Container or Helm Charts.

# Interfaces

No description provided by the author
Object to be updated.
No description provided by the author

# Type aliases

UpdateIntegration defines the method on how to push updates to the version control system.
UpdateStrategy defines the container image or helm chart update strategy to calculate the latest version.