-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmetadata.hcl
More file actions
33 lines (32 loc) · 1006 Bytes
/
metadata.hcl
File metadata and controls
33 lines (32 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-FileCopyrightText: Copyright © contributors to CloudNativePG, established as CloudNativePG a Series of LF Projects, LLC.
# SPDX-License-Identifier: Apache-2.0
metadata = {
name = "pg-crash"
sql_name = "pg_crash"
image_name = "pg-crash"
licenses = ["BSD-3-Clause"]
shared_preload_libraries = ["pg_crash"]
postgresql_parameters = {}
extension_control_path = []
dynamic_library_path = []
ld_library_path = []
bin_path = []
env = {}
auto_update_os_libs = false
required_extensions = []
create_extension = false
versions = {
bookworm = {
"18" = {
// renovate: suite=bookworm-pgdg depName=postgresql-18-pg-crash
package = "0.3-2.pgdg12+1"
}
}
trixie = {
"18" = {
// renovate: suite=trixie-pgdg depName=postgresql-18-pg-crash
package = "0.3-2.pgdg13+1"
}
}
}
}