Skip to content

Commit 9653a90

Browse files
chore(updater): bump pkg/dist/*.yml (2025-01-22) (#257)
Co-authored-by: GitHub <[email protected]>
1 parent 5eef066 commit 9653a90

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

pkg/dist/integration_types.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ logs:
632632
default: logs
633633
min_length: 1
634634
max_length: 1024
635+
pattern: ^[a-z0-9][a-z0-9-_.]+$
635636
example: logs
637+
user_error: Must start with alpha-numeric character, and only contain alpha-numeric characters, dashes, underscores and dots
636638
selected_log_fields:
637639
title: List of logging fields to include
638640
description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.

pkg/dist/service_types.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ alloydbomni:
9191
example: 10.20.0.0/16
9292
max_length: 43
9393
example: 10.20.0.0/16
94-
max_items: 1024
94+
max_items: 2048
9595
pg:
9696
title: postgresql.conf configuration values
9797
type: object
@@ -731,7 +731,7 @@ cassandra:
731731
example: 10.20.0.0/16
732732
max_length: 43
733733
example: 10.20.0.0/16
734-
max_items: 1024
734+
max_items: 2048
735735
migrate_sstableloader:
736736
title: Migration mode for the sstableloader utility
737737
description: Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
@@ -826,7 +826,7 @@ clickhouse:
826826
example: 10.20.0.0/16
827827
max_length: 43
828828
example: 10.20.0.0/16
829-
max_items: 1024
829+
max_items: 2048
830830
private_access:
831831
title: Allow access to selected service ports from private networks
832832
type: object
@@ -962,7 +962,7 @@ dragonfly:
962962
example: 10.20.0.0/16
963963
max_length: 43
964964
example: 10.20.0.0/16
965-
max_items: 1024
965+
max_items: 2048
966966
migration:
967967
title: Migrate data from existing server
968968
type: object
@@ -1142,7 +1142,7 @@ flink:
11421142
example: 10.20.0.0/16
11431143
max_length: 43
11441144
example: 10.20.0.0/16
1145-
max_items: 1024
1145+
max_items: 2048
11461146
number_of_task_slots:
11471147
title: Flink taskmanager.numberOfTaskSlots
11481148
description: Task slots per node. For a 3 node plan, total number of task slots is 3x this value
@@ -1762,7 +1762,7 @@ grafana:
17621762
example: 10.20.0.0/16
17631763
max_length: 43
17641764
example: 10.20.0.0/16
1765-
max_items: 1024
1765+
max_items: 2048
17661766
metrics_enabled:
17671767
title: Metrics enabled
17681768
description: Enable Grafana's /metrics endpoint
@@ -2011,7 +2011,7 @@ influxdb:
20112011
example: 10.20.0.0/16
20122012
max_length: 43
20132013
example: 10.20.0.0/16
2014-
max_items: 1024
2014+
max_items: 2048
20152015
private_access:
20162016
title: Allow access to selected service ports from private networks
20172017
type: object
@@ -2139,7 +2139,7 @@ kafka:
21392139
example: 10.20.0.0/16
21402140
max_length: 43
21412141
example: 10.20.0.0/16
2142-
max_items: 1024
2142+
max_items: 2048
21432143
kafka:
21442144
title: Kafka broker configuration values
21452145
type: object
@@ -2970,7 +2970,7 @@ kafka_connect:
29702970
example: 10.20.0.0/16
29712971
max_length: 43
29722972
example: 10.20.0.0/16
2973-
max_items: 1024
2973+
max_items: 2048
29742974
kafka_connect:
29752975
title: Kafka Connect configuration values
29762976
type: object
@@ -3282,7 +3282,7 @@ kafka_mirrormaker:
32823282
example: 10.20.0.0/16
32833283
max_length: 43
32843284
example: 10.20.0.0/16
3285-
max_items: 1024
3285+
max_items: 2048
32863286
kafka_mirrormaker:
32873287
title: Kafka MirrorMaker configuration values
32883288
type: object
@@ -3415,7 +3415,7 @@ m3aggregator:
34153415
example: 10.20.0.0/16
34163416
max_length: 43
34173417
example: 10.20.0.0/16
3418-
max_items: 1024
3418+
max_items: 2048
34193419
m3aggregator_version:
34203420
title: M3 major version (the minimum compatible version)
34213421
type: string
@@ -3488,7 +3488,7 @@ m3db:
34883488
example: 10.20.0.0/16
34893489
max_length: 43
34903490
example: 10.20.0.0/16
3491-
max_items: 1024
3491+
max_items: 2048
34923492
limits:
34933493
title: M3 limits
34943494
type: object
@@ -3879,7 +3879,7 @@ mysql:
38793879
example: 10.20.0.0/16
38803880
max_length: 43
38813881
example: 10.20.0.0/16
3882-
max_items: 1024
3882+
max_items: 2048
38833883
migration:
38843884
title: Migrate data from existing server
38853885
type: object
@@ -4490,7 +4490,7 @@ opensearch:
44904490
example: 10.20.0.0/16
44914491
max_length: 43
44924492
example: 10.20.0.0/16
4493-
max_items: 1024
4493+
max_items: 2048
44944494
keep_index_refresh_interval:
44954495
title: Don't reset index.refresh_interval to the default value
44964496
description: Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
@@ -5626,7 +5626,7 @@ pg:
56265626
example: 10.20.0.0/16
56275627
max_length: 43
56285628
example: 10.20.0.0/16
5629-
max_items: 1024
5629+
max_items: 2048
56305630
migration:
56315631
title: Migrate data from existing server
56325632
type: object
@@ -6492,7 +6492,7 @@ redis:
64926492
example: 10.20.0.0/16
64936493
max_length: 43
64946494
example: 10.20.0.0/16
6495-
max_items: 1024
6495+
max_items: 2048
64966496
migration:
64976497
title: Migrate data from existing server
64986498
type: object
@@ -6738,7 +6738,7 @@ thanos:
67386738
example: 10.20.0.0/16
67396739
max_length: 43
67406740
example: 10.20.0.0/16
6741-
max_items: 1024
6741+
max_items: 2048
67426742
object_storage_usage_alert_threshold_gb:
67436743
title: Alert threshold for exceeding object storage usage (GiB)
67446744
description: After exceeding the limit a service alert is going to be raised (0 means not set)
@@ -6931,7 +6931,7 @@ valkey:
69316931
example: 10.20.0.0/16
69326932
max_length: 43
69336933
example: 10.20.0.0/16
6934-
max_items: 1024
6934+
max_items: 2048
69356935
migration:
69366936
title: Migrate data from existing server
69376937
type: object

0 commit comments

Comments
 (0)