Skip to content

Commit

Permalink
fixing a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Jan 7, 2025
1 parent 0cd9b79 commit 4d278ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/helm/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewDefaultClusterOptions() ClusterOptions {
chartVersion := version.ChartVersion()
if !version.IsEdgeChannel() {
// When the chart version is the final release, we should use the ~ operator to ensure we fetch the latest patch version.
// For the pre release or dev builds, we should use the exact version.
// For the pre release, we should use the exact version.
ver, _ := semver.NewVersion(chartVersion)
preRelease := ver.Prerelease()
if preRelease == "" {
Expand Down

0 comments on commit 4d278ee

Please sign in to comment.