mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
workaround: leave the globally set helm repo to empty and add disclaimer - develop (#409)
This commit is contained in:
parent
b25bf1e341
commit
2d3e5c3499
12 changed files with 76 additions and 24 deletions
|
@ -22,7 +22,7 @@ func Test_SearchRepo(t *testing.T) {
|
|||
|
||||
tests := []testCase{
|
||||
{"not a helm repo", "https://portainer.io", true},
|
||||
{"bitnami helm repo", "https://charts.bitnami.com/bitnami", false},
|
||||
{"ingress helm repo", "https://kubernetes.github.io/ingress-nginx", false},
|
||||
{"portainer helm repo", "https://portainer.github.io/k8s/", false},
|
||||
{"gitlap helm repo with trailing slash", "https://charts.gitlab.io/", false},
|
||||
{"elastic helm repo with trailing slash", "https://helm.elastic.co/", false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue