mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Add Helm Chart registry (#19406)
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
<option value="conan" {{if eq .PackageType "conan"}}selected="selected"{{end}}>Conan</option>
|
||||
<option value="container" {{if eq .PackageType "container"}}selected="selected"{{end}}>Container</option>
|
||||
<option value="generic" {{if eq .PackageType "generic"}}selected="selected"{{end}}>Generic</option>
|
||||
<option value="helm" {{if eq .PackageType "helm"}}selected="selected"{{end}}>Helm</option>
|
||||
<option value="maven" {{if eq .PackageType "maven"}}selected="selected"{{end}}>Maven</option>
|
||||
<option value="npm" {{if eq .PackageType "npm"}}selected="selected"{{end}}>npm</option>
|
||||
<option value="nuget" {{if eq .PackageType "nuget"}}selected="selected"{{end}}>NuGet</option>
|
||||
|
Reference in New Issue
Block a user