1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +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:
Matt Hook 2021-10-29 11:46:55 +13:00 committed by GitHub
parent 71de07bbea
commit cec8f34ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export function HelmService(HelmFactory) {
}
/**
* @description: Show values helm of a helm chart, this basically runs `helm show values`
* @description: Get a list of all the helm repositories available for the current user
* @returns {Promise} - Resolves with an object containing list of user helm repos and default/global settings helm repo
* @throws {PortainerError} - Rejects with error if helm show fails
*/