Skip to content

chore(updater): bump pkg/dist/*.yml (2025-03-28) #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down