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

@@ -309,7 +309,7 @@ func createHelmReleaseCmdRun(cmd *cobra.Command, args []string) error {
}
logger.Successf("HelmRelease %s is ready", name)
logger.Successf("applied revision %s", helmRelease.Status.LastAppliedRevision)
logger.Successf("applied revision %s", getHelmReleaseRevision(helmRelease))
return nil
}