generated from cloudnative-pg/cnpg-template
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmetadata.hcl
More file actions
23 lines (22 loc) · 742 Bytes
/
metadata.hcl
File metadata and controls
23 lines (22 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-FileCopyrightText: Copyright © contributors to CloudNativePG, established as CloudNativePG a Series of LF Projects, LLC.
# SPDX-License-Identifier: Apache-2.0
metadata = {
name = "pg_textsearch"
sql_name = "pg_textsearch"
image_name = "pg_textsearch"
shared_preload_libraries = []
extension_control_path = []
dynamic_library_path = []
ld_library_path = []
auto_update_os_libs = false
versions = {
trixie = {
// renovate: suite=trixie-pgdg depName=postgresql-18-pg_textsearch
"18" = "0.4.1"
}
bookworm = {
// renovate: suite=bookworm-pgdg depName=postgresql-18-pg_textsearch
"18" = "0.4.1"
}
}
}