File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
tembo-stacks/src/stacks/specs Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ description: A Postgres instance equipped with machine learning extensions and o
3
3
repository : " quay.io/tembo"
4
4
organization : tembo
5
5
images :
6
- 15 : " ml-cnpg:15-5120dd1"
7
- 16 : " ml-cnpg:16-5120dd1"
8
- stack_version : 0.3.0
6
+ 15 : " ml-cnpg:15-8eb6833"
7
+ 16 : " ml-cnpg:16-8eb6833"
8
+ 17 : " ml-cnpg:17-8eb6833"
9
+ stack_version : 0.4.0
9
10
compute_constraints :
10
11
min :
11
12
cpu : 2
@@ -26,39 +27,39 @@ postgres_config:
26
27
value : postgresql:///postgres?host=/controller/run
27
28
trunk_installs :
28
29
- name : pgvector
29
- version : 0.7.4
30
+ version : 0.8.0
30
31
- name : postgresml
31
- version : 2.7.1
32
+ version : 2.10.0
32
33
- name : pg_cron
33
- version : 1.6.2
34
+ version : 1.6.4
34
35
- name : pgmq
35
36
version : 1.5.0
36
37
- name : vectorize
37
- version : 0.18.2
38
+ version : 0.20.0
38
39
- name : pg_later
39
- version : 0.1 .0
40
+ version : 0.3 .0
40
41
- name : plpython3u
41
42
version : 1.0.0
42
43
- name : vectorscale
43
- version : 0.3.0
44
+ version : 0.5.1
44
45
extensions :
45
46
# trunk project pg_vector
46
47
- name : vector
47
48
locations :
48
49
- database : postgres
49
50
enabled : true
50
- version : 0.7.4
51
+ version : 0.8.0
51
52
# trunk project postgresml
52
53
- name : pgml
53
54
locations :
54
55
- database : postgres
55
56
enabled : true
56
- version : 2.7.1
57
+ version : 2.10.0
57
58
- name : pg_cron
58
59
locations :
59
60
- database : postgres
60
61
enabled : true
61
- version : 1.6.2
62
+ version : 1.6.4
62
63
- name : pgmq
63
64
locations :
64
65
- database : postgres
@@ -68,12 +69,12 @@ extensions:
68
69
locations :
69
70
- database : postgres
70
71
enabled : true
71
- version : 0.18.2
72
+ version : 0.20.0
72
73
- name : pg_later
73
74
locations :
74
75
- database : postgres
75
76
enabled : true
76
- version : 0.1.1
77
+ version : 0.3.0
77
78
- name : plpython3u
78
79
locations :
79
80
- database : postgres
@@ -83,4 +84,4 @@ extensions:
83
84
locations :
84
85
- database : postgres
85
86
enabled : true
86
- version : 0.3.0
87
+ version : 0.5.1
You can’t perform that action at this time.
0 commit comments