Skip to content

Commit 278252a

Browse files
chore(updater): bump pkg/dist/*.yml (2025-03-10) (#276)
Co-authored-by: GitHub <[email protected]>
1 parent 55c2f6f commit 278252a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pkg/dist/service_types.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,6 +4324,10 @@ opensearch:
43244324
type: string
43254325
pattern: ^[^\r\n]*$
43264326
_secure: true
4327+
readonly:
4328+
title: Whether the repository is read-only.
4329+
type: boolean
4330+
default: false
43274331
restore_global_state:
43284332
title: Restore the cluster state or not
43294333
description: If true, restore the cluster state. Defaults to false
@@ -4394,6 +4398,10 @@ opensearch:
43944398
type: string
43954399
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
43964400
example: metrics*,logs*,data-20240823
4401+
readonly:
4402+
title: Whether the repository is read-only.
4403+
type: boolean
4404+
default: false
43974405
restore_global_state:
43984406
title: Restore the cluster state or not
43994407
description: If true, restore the cluster state. Defaults to false
@@ -5495,6 +5503,10 @@ opensearch:
54955503
type: string
54965504
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
54975505
example: metrics*,logs*,data-20240823
5506+
readonly:
5507+
title: Whether the repository is read-only.
5508+
type: boolean
5509+
default: false
54985510
region:
54995511
title: S3 region
55005512
type: string

0 commit comments

Comments
 (0)