Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-11-12) (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 12, 2024
1 parent 584fbdc commit 33633d0
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2590,6 +2590,10 @@ influxdb:
title: Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
type: boolean
example: true
user_backup:
title: Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
type: boolean
example: true
privatelink_access:
title: Allow access to selected service components through Privatelink
type: object
Expand All @@ -2598,6 +2602,10 @@ influxdb:
title: Enable influxdb
type: boolean
example: true
user_backup:
title: Enable user_backup
type: boolean
example: true
project_to_fork_from:
title: Name of another project to fork a service from. This has effect only when a new service is being created.
type: string
Expand All @@ -2613,6 +2621,10 @@ influxdb:
title: Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network
type: boolean
example: true
user_backup:
title: Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network
type: boolean
example: true
recovery_basebackup_name:
title: Name of the basebackup to restore in forked service
type: string
Expand Down Expand Up @@ -4789,6 +4801,7 @@ opensearch:
- base_path
- container
- account
- indices
properties:
account:
title: Account name
Expand Down Expand Up @@ -4825,7 +4838,7 @@ opensearch:
type: boolean
indices:
title: Indices to restore
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
type: string
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
example: metrics*,logs*,data-20240823
Expand Down Expand Up @@ -4858,7 +4871,7 @@ opensearch:
example: grafana.example.org
disable_replication_factor_adjustment:
title: Disable replication factor adjustment
description: 'DEPRECATED: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.'
description: 'Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.'
type: boolean
example: false
gcs_migration:
Expand All @@ -4869,6 +4882,7 @@ opensearch:
- base_path
- bucket
- credentials
- indices
properties:
base_path:
title: The path to the repository data within its container
Expand Down Expand Up @@ -4901,7 +4915,7 @@ opensearch:
type: boolean
indices:
title: Indices to restore
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
type: string
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
example: metrics*,logs*,data-20240823
Expand Down Expand Up @@ -5808,6 +5822,7 @@ opensearch:
- region
- access_key
- secret_key
- indices
properties:
access_key:
title: AWS Access key
Expand Down Expand Up @@ -5844,7 +5859,7 @@ opensearch:
type: boolean
indices:
title: Indices to restore
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
type: string
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
example: metrics*,logs*,data-20240823
Expand Down

0 comments on commit 33633d0

Please sign in to comment.