Skip to content
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

chore(updater): bump pkg/dist/*.yml (2024-08-29) #180

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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
38 changes: 38 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2517,6 +2517,9 @@ kafka:
enum:
- value: "1"
- value: "2"
prefix_path_depth:
title: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
type: integer
token:
title: Token used to authenticate with vault and auth method `token`.
type: string
Expand Down Expand Up @@ -3058,6 +3061,9 @@ kafka_connect:
enum:
- value: "1"
- value: "2"
prefix_path_depth:
title: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
type: integer
token:
title: Token used to authenticate with vault and auth method `token`.
type: string
Expand Down Expand Up @@ -5992,6 +5998,22 @@ redis:
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
- "null"
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
- "null"
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 @@ -6370,6 +6392,22 @@ valkey:
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
- "null"
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
- "null"
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
Loading