1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Adapt HelmRelease revision to API v2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-05-09 16:39:08 +03:00
parent b85d34644b
commit 472396728b
5 changed files with 13 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ func (obj helmReleaseAdapter) setUnsuspended() {
}
func (obj helmReleaseAdapter) successMessage() string {
return fmt.Sprintf("applied revision %s", obj.Status.LastAppliedRevision)
return fmt.Sprintf("applied revision %s", getHelmReleaseRevision(*obj.HelmRelease))
}
func (a helmReleaseListAdapter) resumeItem(i int) resumable {