1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

Revert "feat(helm): filter on chart versions at API level [R8S-324]" (#753)

This commit is contained in:
Cara Ryan 2025-05-26 16:58:53 +12:00 committed by GitHub
parent a80b185e10
commit 32ef208278
6 changed files with 51 additions and 153 deletions

View file

@ -3,8 +3,6 @@ package options
import "net/http"
type SearchRepoOptions struct {
Repo string `example:"https://charts.gitlab.io/"`
Client *http.Client `example:"&http.Client{Timeout: time.Second * 10}"`
Chart string `example:"my-chart"`
UseCache bool `example:"false"`
Repo string `example:"https://charts.gitlab.io/"`
Client *http.Client `example:"&http.Client{Timeout: time.Second * 10}"`
}