chore(doc): Regenerated doc

This commit is contained in:
2025-07-06 15:36:43 +02:00
parent d163700147
commit 47e149e20b
5 changed files with 285 additions and 30 deletions

View File

@@ -465,7 +465,7 @@ type HelmChart struct {
AppVersion string `yaml:"appVersion"`
Description string `yaml:"description"`
Helper string `yaml:"-"`
Dependencies []labelStructs.Dependency `yaml:"dependencies,omitempty"`
Dependencies []labelstructs.Dependency `yaml:"dependencies,omitempty"`
// contains filtered or unexported fields
}
```