HelmArtifactProfile interface
Helm artifact profile.
Properties
| helm |
Helm package name. |
| helm |
Helm package version range. |
| image |
The image pull secrets values path list. |
| registry |
The registry values path list. |
Property Details
helmPackageName
Helm package name.
helmPackageName?: string
Property Value
string
helmPackageVersionRange
Helm package version range.
helmPackageVersionRange?: string
Property Value
string
imagePullSecretsValuesPaths
The image pull secrets values path list.
imagePullSecretsValuesPaths?: string[]
Property Value
string[]
registryValuesPaths
The registry values path list.
registryValuesPaths?: string[]
Property Value
string[]