From c49e6ff2c3267d14bad01c080ee7f16b00cd6717 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 31 Mar 2025 03:19:08 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2025-03-31) --- pkg/dist/service_types.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 9514c7d..043cb8c 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -802,6 +802,18 @@ clickhouse: example: aws-eu-central-1 user_error: Must consist of lower-case alpha-numeric characters or dashes max_items: 1 + backup_hour: + title: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. + type: integer + minimum: 0 + maximum: 23 + example: "3" + backup_minute: + title: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. + type: integer + minimum: 0 + maximum: 59 + example: "30" ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' @@ -2786,6 +2798,7 @@ kafka: deprecation_notice: This value is deprecated. value: "3.7" - value: "3.8" + - value: "3.9" letsencrypt_sasl_privatelink: title: Use Letsencrypt CA for Kafka SASL via Privatelink description: Use Letsencrypt CA for Kafka SASL via Privatelink