mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-15 22:42:43 +00:00
Add Helm Chart registry (#19406)
This commit is contained in:
parent
b74322dfce
commit
18727df73a
24 changed files with 679 additions and 21 deletions
|
@ -40,7 +40,7 @@ func ListPackages(ctx *context.APIContext) {
|
|||
// in: query
|
||||
// description: package type filter
|
||||
// type: string
|
||||
// enum: [composer, conan, generic, maven, npm, nuget, pypi, rubygems]
|
||||
// enum: [composer, conan, container, generic, helm, maven, npm, nuget, pypi, rubygems]
|
||||
// - name: q
|
||||
// in: query
|
||||
// description: name filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue