mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: do not force-reinstall the keda-http-add-on
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user