Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-12-16) (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 16, 2024
1 parent 7eee7e3 commit 0876962
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ alloydbomni:
type: integer
minimum: 8
maximum: 96
password_encryption:
title: password_encryption
description: Chooses the algorithm for encrypting passwords.
type: string
default: md5
enum:
- value: md5
- value: scram-sha-256
example: scram-sha-256
pg_partman_bgw.interval:
title: pg_partman_bgw.interval
description: Sets the time interval to run pg_partman's scheduled tasks
Expand Down Expand Up @@ -5794,6 +5803,15 @@ pg:
type: integer
minimum: 8
maximum: 96
password_encryption:
title: password_encryption
description: Chooses the algorithm for encrypting passwords.
type: string
default: md5
enum:
- value: md5
- value: scram-sha-256
example: scram-sha-256
pg_partman_bgw.interval:
title: pg_partman_bgw.interval
description: Sets the time interval to run pg_partman's scheduled tasks
Expand Down

0 comments on commit 0876962

Please sign in to comment.