1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

workaround: leave the globally set helm repo to empty and add disclaimer - release 2.27 (#410)

This commit is contained in:
Steven Kang 2025-02-11 15:36:33 +13:00 committed by GitHub
parent 0fddedc1a9
commit 9ac8641f7e
12 changed files with 76 additions and 24 deletions

View file

@ -20,7 +20,7 @@ func Test_helmRepoSearch(t *testing.T) {
assert.NotNil(t, h, "Handler should not fail")
repos := []string{"https://charts.bitnami.com/bitnami", "https://portainer.github.io/k8s"}
repos := []string{"https://kubernetes.github.io/ingress-nginx", "https://portainer.github.io/k8s"}
for _, repo := range repos {
t.Run(repo, func(t *testing.T) {