We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5ea0f commit 0b6cc7aCopy full SHA for 0b6cc7a
timescaledb/metadata.hcl
@@ -1,11 +1,13 @@
1
metadata = {
2
- name = "timescaledb"
3
- sql_name = "timescaledb"
4
- image_name = "timescaledb"
+ name = "timescaledb"
+ sql_name = "timescaledb"
+ image_name = "timescaledb"
5
shared_preload_libraries = ["timescaledb"]
6
- extension_control_path = []
7
- dynamic_library_path = []
8
- ld_library_path = []
+ extension_control_path = []
+ dynamic_library_path = []
+ ld_library_path = []
9
+ auto_update_os_libs = false
10
+
11
versions = {
12
bookworm = {
13
// renovate: datasource=postgresql depName=timescaledb-2-oss-postgresql-18 versioning=deb
@@ -16,4 +18,4 @@ metadata = {
16
18
"18" = "2.24.0~debian13-1801"
17
19
}
20
-}
21
+}
0 commit comments