flux v2.9.5

HelmRelease.status.history

History holds the history of Helm releases performed for this HelmRelease up to the last successfully completed release.

16 fields
HelmRelease.status.history fields and descriptions
Field / TypeDescription
action
string

Action is the action that resulted in this snapshot being created.

apiVersion
string

APIVersion is the API version of the Snapshot. When the calculation method of the Digest field is changed, this field will be used to distinguish between the old and new methods.

appVersion
string

AppVersion is the chart app version of the release object in storage.

chartName
string required

ChartName is the chart name of the release object in storage.

chartVersion
string required

ChartVersion is the chart version of the release object in storage.

configDigest
string required

ConfigDigest is the checksum of the config (better known as "values") of the release object in storage. It has the format of `<algo>:<checksum>`.

deleted
string

Deleted is when the release was deleted.

  • format: date-time
digest
string required

Digest is the checksum of the release object in storage. It has the format of `<algo>:<checksum>`.

firstDeployed
string required

FirstDeployed is when the release was first deployed.

  • format: date-time
lastDeployed
string required

LastDeployed is when the release was last deployed.

  • format: date-time
name
string required

Name is the name of the release.

namespace
string required

Namespace is the namespace the release is deployed to.

ociDigest
string

OCIDigest is the digest of the OCI artifact associated with the release.

status
string required

Status is the current state of the release.

map[string]object

TestHooks is the list of test hooks for the release as observed to be run by the controller.

version
integer required

Version is the version of the release object in storage.