# Need to be synced with app/validators/json_schemas/helm_metadata.json#dependencies
field:name,GraphQL::Types::String,null: true,description: 'Name of the dependency.'
field:version,GraphQL::Types::String,null: true,description: 'Version of the dependency.'
field:repository,GraphQL::Types::String,null: true,description: 'Repository of the dependency.'
field:condition,GraphQL::Types::String,null: true,description: 'Condition of the dependency.'
field:tags,[GraphQL::Types::String],null: true,description: 'Tags of the dependency.'
field:enabled,GraphQL::Types::Boolean,null: true,description: 'Indicates the dependency is enabled.'
field:import_values,[GraphQL::Types::JSON],null: true,description: 'Import-values of the dependency.',hash_key: "import-values"# rubocop:disable Graphql/JSONType
field:alias,GraphQL::Types::String,null: true,description: 'Alias of the dependency.',resolver_method: :resolve_alias
@@ -10911,6 +10911,19 @@ Represents the Geo sync and verification state of a group wiki repository.
...
@@ -10911,6 +10911,19 @@ Represents the Geo sync and verification state of a group wiki repository.
| <aid="groupwikirepositoryregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the GroupWikiRepositoryRegistry. |
| <aid="groupwikirepositoryregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the GroupWikiRepositoryRegistry. |
| <aid="groupwikirepositoryregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the GroupWikiRepositoryRegistry. |
| <aid="groupwikirepositoryregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the GroupWikiRepositoryRegistry. |
### `HelmFileMetadata`
Helm file metadata.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="helmfilemetadatachannel"></a>`channel` | [`String!`](#string) | Channel of the Helm chart. |
| <aid="helmfilemetadatacreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
| <aid="helmfilemetadatametadata"></a>`metadata` | [`PackageHelmMetadataType!`](#packagehelmmetadatatype) | Metadata of the Helm chart. |
| <aid="helmfilemetadataupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
### `IncidentManagementOncallRotation`
### `IncidentManagementOncallRotation`
Describes an incident management on-call rotation.
Describes an incident management on-call rotation.
...
@@ -12381,6 +12394,61 @@ Represents the Geo sync and verification state of a package file.
...
@@ -12381,6 +12394,61 @@ Represents the Geo sync and verification state of a package file.
| <aid="packagefileregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PackageFileRegistry. |
| <aid="packagefileregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PackageFileRegistry. |
| <aid="packagefileregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the PackageFileRegistry. |
| <aid="packagefileregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the PackageFileRegistry. |
### `PackageHelmDependencyType`
Represents a Helm dependency.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="packagehelmdependencytypealias"></a>`alias` | [`String`](#string) | Alias of the dependency. |
| <aid="packagehelmdependencytypecondition"></a>`condition` | [`String`](#string) | Condition of the dependency. |
| <aid="packagehelmdependencytypeenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates the dependency is enabled. |
| <aid="packagehelmdependencytypeimportvalues"></a>`importValues` | [`[JSON!]`](#json) | Import-values of the dependency. |
| <aid="packagehelmdependencytypename"></a>`name` | [`String`](#string) | Name of the dependency. |
| <aid="packagehelmdependencytyperepository"></a>`repository` | [`String`](#string) | Repository of the dependency. |
| <aid="packagehelmdependencytypetags"></a>`tags` | [`[String!]`](#string) | Tags of the dependency. |
| <aid="packagehelmdependencytypeversion"></a>`version` | [`String`](#string) | Version of the dependency. |
### `PackageHelmMaintainerType`
Represents a Helm maintainer.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="packagehelmmaintainertypeemail"></a>`email` | [`String`](#string) | Email of the maintainer. |
| <aid="packagehelmmaintainertypename"></a>`name` | [`String`](#string) | Name of the maintainer. |
| <aid="packagehelmmaintainertypeurl"></a>`url` | [`String`](#string) | URL of the maintainer. |
### `PackageHelmMetadataType`
Represents the contents of a Helm Chart.yml file.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="packagehelmmetadatatypeannotations"></a>`annotations` | [`JSON`](#json) | Annotations for the chart. |
| <aid="packagehelmmetadatatypeapiversion"></a>`apiVersion` | [`String!`](#string) | API version of the chart. |
| <aid="packagehelmmetadatatypeappversion"></a>`appVersion` | [`String`](#string) | App version of the chart. |
| <aid="packagehelmmetadatatypecondition"></a>`condition` | [`String`](#string) | Condition for the chart. |
| <aid="packagehelmmetadatatypedependencies"></a>`dependencies` | [`[PackageHelmDependencyType!]`](#packagehelmdependencytype) | Dependencies of the chart. |
| <aid="packagehelmmetadatatypedeprecated"></a>`deprecated` | [`Boolean`](#boolean) | Indicates if the chart is deprecated. |
| <aid="packagehelmmetadatatypedescription"></a>`description` | [`String`](#string) | Description of the chart. |
| <aid="packagehelmmetadatatypehome"></a>`home` | [`String`](#string) | URL of the home page. |
| <aid="packagehelmmetadatatypeicon"></a>`icon` | [`String`](#string) | URL to an SVG or PNG image for the chart. |
| <aid="packagehelmmetadatatypekeywords"></a>`keywords` | [`[String!]`](#string) | Keywords for the chart. |
| <aid="packagehelmmetadatatypekubeversion"></a>`kubeVersion` | [`String`](#string) | Kubernetes versions for the chart. |
| <aid="packagehelmmetadatatypemaintainers"></a>`maintainers` | [`[PackageHelmMaintainerType!]`](#packagehelmmaintainertype) | Maintainers of the chart. |
| <aid="packagehelmmetadatatypename"></a>`name` | [`String!`](#string) | Name of the chart. |
| <aid="packagehelmmetadatatypesources"></a>`sources` | [`[String!]`](#string) | URLs of the source code for the chart. |
| <aid="packagehelmmetadatatypetags"></a>`tags` | [`String`](#string) | Tags for the chart. |
| <aid="packagehelmmetadatatypetype"></a>`type` | [`String`](#string) | Type of the chart. |
| <aid="packagehelmmetadatatypeversion"></a>`version` | [`String!`](#string) | Version of the chart. |
### `PackageSettings`
### `PackageSettings`
Namespace-level Package Registry settings.
Namespace-level Package Registry settings.
...
@@ -17759,6 +17827,7 @@ Represents metadata associated with a Package file.
...
@@ -17759,6 +17827,7 @@ Represents metadata associated with a Package file.
name home sources version description keywords maintainers icon apiVersion condition tags appVersion deprecated annotations kubeVersion dependencies type