Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-01-09) (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2024
1 parent 8a6e495 commit d8426f9
Showing 1 changed file with 31 additions and 18 deletions.
49 changes: 31 additions & 18 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ clickhouse:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -868,6 +870,8 @@ flink:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -947,6 +951,8 @@ grafana:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -1169,6 +1175,10 @@ grafana:
pattern: ^[\040-\176]+$
example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b
user_error: Must be a valid client secret string
skip_org_role_sync:
title: Automatically sync user roles.
type: boolean
example: false
team_ids:
title: Require users to belong to one of given team IDs
type: array
Expand Down Expand Up @@ -1594,6 +1604,8 @@ influxdb:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -1739,6 +1751,8 @@ kafka:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -2444,6 +2458,8 @@ kafka_connect:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -2656,6 +2672,8 @@ kafka_mirrormaker:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -2840,6 +2858,8 @@ m3db:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -3646,6 +3666,8 @@ opensearch:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down Expand Up @@ -4105,49 +4127,37 @@ opensearch:
maximum: 5
ism_enabled:
title: Specifies whether ISM is enabled or not
type:
- boolean
- "null"
type: boolean
default: true
example: true
ism_history_enabled:
title: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
type:
- boolean
- "null"
type: boolean
default: true
example: true
ism_history_max_age:
title: The maximum age before rolling over the audit history index in hours
type:
- integer
- "null"
type: integer
default: "24"
minimum: 1
maximum: 2.147483647e+09
example: "24"
ism_history_max_docs:
title: The maximum number of documents before rolling over the audit history index.
type:
- integer
- "null"
type: integer
default: "2500000"
minimum: 1
example: "2500000"
ism_history_rollover_check_period:
title: The time between rollover checks for the audit history index in hours.
type:
- integer
- "null"
type: integer
default: "8"
minimum: 1
maximum: 2.147483647e+09
example: "8"
ism_history_rollover_retention_period:
title: How long audit history indices are kept in days.
type:
- integer
- "null"
type: integer
default: "30"
minimum: 1
maximum: 2.147483647e+09
Expand Down Expand Up @@ -4963,6 +4973,7 @@ pg:
- is_deprecated: true
deprecation_notice: This value is deprecated.
value: "10"
- value: "16"
pgbouncer:
title: PGBouncer connection pooling settings
type: object
Expand Down Expand Up @@ -5172,6 +5183,8 @@ redis:
type: object
properties:
additional_backup_regions:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: Additional Cloud Regions for Backup Replication
type: array
items:
Expand Down

0 comments on commit d8426f9

Please sign in to comment.