fix: do not force-reinstall the keda-http-add-on

This commit is contained in:
Jose Diaz-Gonzalez
2024-11-13 03:29:54 -05:00
parent b98863b6a7
commit f2a4fe493a

View File

@@ -844,11 +844,6 @@ func CommandEnsureCharts() error {
return false
}
if chart.ReleaseName == "keda-add-ons-http" {
common.LogVerbose("Forcing install of keda-add-ons-http")
return true
}
helmAgent := namespacedHelmAgents[chart.Namespace]
latestRevision, err := helmAgent.InstalledRevision(chart.ReleaseName)
if err != nil {