Skip to content

Commit b0360d6

Browse files
chore(updater): bump pkg/dist/*.yml (2025-10-06) (#393)
Co-authored-by: GitHub <[email protected]>
1 parent 0b4808d commit b0360d6

File tree

1 file changed

+52
-81
lines changed

1 file changed

+52
-81
lines changed

pkg/dist/service_types.yml

Lines changed: 52 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ alloydbomni:
9595
max_length: 43
9696
example: 10.20.0.0/16
9797
max_items: 8000
98+
node_count:
99+
title: Number of nodes for the service
100+
type: integer
101+
minimum: "1"
102+
maximum: "100"
103+
example: "3"
98104
pg:
99105
title: postgresql.conf configuration values
100106
type: object
@@ -4689,11 +4695,19 @@ opensearch:
46894695
one_of:
46904696
- type: object
46914697
required:
4692-
- account
46934698
- base_path
4694-
- container
4699+
- bucket
4700+
- region
4701+
- access_key
4702+
- secret_key
46954703
properties:
4704+
access_key:
4705+
title: AWS Access key
4706+
type: string
4707+
pattern: ^[^\r\n]*$
46964708
account:
4709+
is_deprecated: true
4710+
deprecation_notice: This property is deprecated.
46974711
title: Account name
46984712
type: string
46994713
pattern: ^[^\r\n]*$
@@ -4702,6 +4716,10 @@ opensearch:
47024716
description: The path to the repository data within its container. The value of this setting should not start or end with a /
47034717
type: string
47044718
pattern: ^[^\r\n]*$
4719+
bucket:
4720+
title: S3 bucket name
4721+
type: string
4722+
pattern: ^[^\r\n]*$
47054723
chunk_size:
47064724
title: Chunk size
47074725
description: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository
@@ -4712,57 +4730,15 @@ opensearch:
47124730
description: when set to true metadata files are stored in compressed format
47134731
type: boolean
47144732
container:
4733+
is_deprecated: true
4734+
deprecation_notice: This property is deprecated.
47154735
title: Azure container name
47164736
description: Azure container name
47174737
type: string
47184738
pattern: ^[^\r\n]*$
4719-
endpoint_suffix:
4720-
title: Endpoint suffix
4721-
description: Defines the DNS suffix for Azure Storage endpoints.
4722-
type: string
4723-
pattern: ^[^\r\n]*$
4724-
key:
4725-
title: Account secret key
4726-
description: Azure account secret key. One of key or sas_token should be specified
4727-
type: string
4728-
pattern: ^[^\r\n]*$
4729-
_secure: true
4730-
readonly:
4731-
title: Whether the repository is read-only.
4732-
type: boolean
4733-
default: false
4734-
sas_token:
4735-
title: SAS token
4736-
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
4737-
type: string
4738-
pattern: ^[^\r\n]*$
4739-
_secure: true
4740-
- type: object
4741-
required:
4742-
- base_path
4743-
- bucket
4744-
- credentials
4745-
properties:
4746-
base_path:
4747-
title: The path to the repository data within its container
4748-
description: The path to the repository data within its container. The value of this setting should not start or end with a /
4749-
type: string
4750-
pattern: ^[^\r\n]*$
4751-
bucket:
4752-
title: Google Cloud Storage bucket name
4753-
description: The path to the repository data within its container
4754-
type: string
4755-
pattern: ^[^\r\n]*$
4756-
chunk_size:
4757-
title: Chunk size
4758-
description: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository
4759-
type: string
4760-
pattern: ^[^\r\n]*$
4761-
compress:
4762-
title: Metadata files are stored in compressed format
4763-
description: when set to true metadata files are stored in compressed format
4764-
type: boolean
47654739
credentials:
4740+
is_deprecated: true
4741+
deprecation_notice: This property is deprecated.
47664742
title: Google service account credentials map
47674743
type: object
47684744
required:
@@ -4828,45 +4804,26 @@ opensearch:
48284804
type: string
48294805
example: '{"universe_domain": "googleapis.com", ...'
48304806
_secure: true
4831-
readonly:
4832-
title: Whether the repository is read-only.
4833-
type: boolean
4834-
default: false
4835-
- type: object
4836-
required:
4837-
- base_path
4838-
- bucket
4839-
- region
4840-
- access_key
4841-
- secret_key
4842-
properties:
4843-
access_key:
4844-
title: AWS Access key
4845-
type: string
4846-
pattern: ^[^\r\n]*$
4847-
base_path:
4848-
title: The path to the repository data within its container
4849-
description: The path to the repository data within its container. The value of this setting should not start or end with a /
4850-
type: string
4851-
pattern: ^[^\r\n]*$
4852-
bucket:
4853-
title: S3 bucket name
4807+
endpoint:
4808+
title: The S3 service endpoint to connect
4809+
description: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint
48544810
type: string
48554811
pattern: ^[^\r\n]*$
4856-
chunk_size:
4857-
title: Chunk size
4858-
description: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository
4812+
endpoint_suffix:
4813+
is_deprecated: true
4814+
deprecation_notice: This property is deprecated.
4815+
title: Endpoint suffix
4816+
description: Defines the DNS suffix for Azure Storage endpoints.
48594817
type: string
48604818
pattern: ^[^\r\n]*$
4861-
compress:
4862-
title: Metadata files are stored in compressed format
4863-
description: when set to true metadata files are stored in compressed format
4864-
type: boolean
4865-
endpoint:
4866-
title: The S3 service endpoint to connect
4867-
description: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint
4819+
key:
4820+
is_deprecated: true
4821+
deprecation_notice: This property is deprecated.
4822+
title: Account secret key
4823+
description: Azure account secret key. One of key or sas_token should be specified
48684824
type: string
48694825
pattern: ^[^\r\n]*$
4826+
_secure: true
48704827
readonly:
48714828
title: Whether the repository is read-only.
48724829
type: boolean
@@ -4875,6 +4832,14 @@ opensearch:
48754832
title: S3 region
48764833
type: string
48774834
pattern: ^[^\r\n]*$
4835+
sas_token:
4836+
is_deprecated: true
4837+
deprecation_notice: This property is deprecated.
4838+
title: SAS token
4839+
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
4840+
type: string
4841+
pattern: ^[^\r\n]*$
4842+
_secure: true
48784843
secret_key:
48794844
title: AWS secret key
48804845
description: AWS secret key
@@ -6342,6 +6307,12 @@ pg:
63426307
type: string
63436308
max_length: 256
63446309
example: myname
6310+
node_count:
6311+
title: Number of nodes for the service
6312+
type: integer
6313+
minimum: "1"
6314+
maximum: "100"
6315+
example: "3"
63456316
pg:
63466317
title: postgresql.conf configuration values
63476318
type: object

0 commit comments

Comments
 (0)