HelmRelease.status.history
History holds the history of Helm releases performed for this HelmRelease up to the last successfully completed release.
| Field / Type | Description |
|---|---|
action | Action is the action that resulted in this snapshot being created. |
apiVersion | 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 | AppVersion is the chart app version of the release object in storage. |
chartName | ChartName is the chart name of the release object in storage. |
chartVersion | ChartVersion is the chart version of the release object in storage. |
configDigest | 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 | Deleted is when the release was deleted.
|
digest | Digest is the checksum of the release object in storage. It has the format of `<algo>:<checksum>`. |
firstDeployed | FirstDeployed is when the release was first deployed.
|
lastDeployed | LastDeployed is when the release was last deployed.
|
name | Name is the name of the release. |
namespace | Namespace is the namespace the release is deployed to. |
ociDigest | OCIDigest is the digest of the OCI artifact associated with the release. |
status | Status is the current state of the release. |
TestHooks is the list of test hooks for the release as observed to be run by the controller. | |
version | Version is the version of the release object in storage. |