Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-08-29) (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Aug 29, 2024
1 parent a09c875 commit c0c9545
Showing 1 changed file with 38 additions and 0 deletions.
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

0 comments on commit c0c9545

Please sign in to comment.