mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(helm): allow clearing global helm repo EE-1965 (#5991)
* fix(helm): allow clearing global helm repo EE-1965 * fix(helm): show hint if global helm repo is blank EE-1965 * fix(helm): skip loading charts if repo is blank EE-1965 Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
71de07bbea
commit
cec8f34ae9
4 changed files with 12 additions and 2 deletions
|
@ -121,6 +121,8 @@ func (handler *Handler) settingsUpdate(w http.ResponseWriter, r *http.Request) *
|
|||
}
|
||||
|
||||
settings.HelmRepositoryURL = newHelmRepo
|
||||
} else {
|
||||
settings.HelmRepositoryURL = ""
|
||||
}
|
||||
|
||||
if payload.BlackListedLabels != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue