mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
workaround: leave the globally set helm repo to empty and add disclaimer - release 2.27 (#410)
This commit is contained in:
parent
0fddedc1a9
commit
9ac8641f7e
12 changed files with 76 additions and 24 deletions
|
@ -26,7 +26,7 @@ func Test_ValidateHelmRepositoryURL(t *testing.T) {
|
|||
{"not helm repo", "http://google.com", true},
|
||||
{"not valid repo with trailing slash", "http://google.com/", true},
|
||||
{"not valid repo with trailing slashes", "http://google.com////", true},
|
||||
{"bitnami helm repo", "https://charts.bitnami.com/bitnami/", false},
|
||||
{"ingress helm repo", "https://kubernetes.github.io/ingress-nginx/", false},
|
||||
{"gitlap helm repo", "https://charts.gitlab.io/", false},
|
||||
{"portainer helm repo", "https://portainer.github.io/k8s/", false},
|
||||
{"elastic helm repo", "https://helm.elastic.co/", false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue