summaryrefslogtreecommitdiffstats
path: root/modules/packages/helm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/packages/helm')
-rw-r--r--modules/packages/helm/metadata.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/packages/helm/metadata.go b/modules/packages/helm/metadata.go
index fdbd9003b8..421fc5e725 100644
--- a/modules/packages/helm/metadata.go
+++ b/modules/packages/helm/metadata.go
@@ -55,14 +55,14 @@ type Maintainer struct {
}
type Dependency struct {
- Name string `json:"name" yaml:"name"`
- Version string `json:"version,omitempty" yaml:"version,omitempty"`
- Repository string `json:"repository" yaml:"repository"`
- Condition string `json:"condition,omitempty" yaml:"condition,omitempty"`
- Tags []string `json:"tags,omitempty" yaml:"tags,omitempty"`
- Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
- ImportValues []interface{} `json:"import_values,omitempty" yaml:"import-values,omitempty"`
- Alias string `json:"alias,omitempty" yaml:"alias,omitempty"`
+ Name string `json:"name" yaml:"name"`
+ Version string `json:"version,omitempty" yaml:"version,omitempty"`
+ Repository string `json:"repository" yaml:"repository"`
+ Condition string `json:"condition,omitempty" yaml:"condition,omitempty"`
+ Tags []string `json:"tags,omitempty" yaml:"tags,omitempty"`
+ Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
+ ImportValues []any `json:"import_values,omitempty" yaml:"import-values,omitempty"`
+ Alias string `json:"alias,omitempty" yaml:"alias,omitempty"`
}
// ParseChartArchive parses the metadata of a Helm archive