File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: postgresql
3
3
repository: oci://registry-1.docker.io/bitnamicharts
4
- version: 15.5.38
4
+ version: 16.2.5
5
5
- name: rabbitmq
6
6
repository: oci://registry-1.docker.io/bitnamicharts
7
- version: 15.0.7
7
+ version: 15.1.0
8
8
- name: nats
9
9
repository: oci://registry-1.docker.io/bitnamicharts
10
- version: 8.4.9
10
+ version: 8.4.10
11
11
- name: pfcon
12
12
repository: https://fnndsc.github.io/charts
13
13
version: 1.0.0-alpha.1
@@ -17,5 +17,5 @@ dependencies:
17
17
- name: util
18
18
repository: https://fnndsc.github.io/charts
19
19
version: 0.2.1
20
- digest: sha256:ddb0a0ddb7eefa4f129e92cbe4c0eafaf49213a185ce422412be49177f564a0d
21
- generated: "2024-11-27T01:06:55.210808071 -05:00"
20
+ digest: sha256:24d5191681ac7c8e6d13b7a0cdd7e02d9513a18eeba9d651a25abce5f1886117
21
+ generated: "2024-12-09T09:46:42.66552179 -05:00"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ keywords:
17
17
icon : ./logo_chris.png
18
18
19
19
type : application
20
- version : " 1.0.0-alpha.1 "
21
- appVersion : " 6.3.0-beta.6 "
20
+ version : " 1.0.0-alpha.2 "
21
+ appVersion : " 6.3.0-beta.7 "
22
22
23
23
maintainers :
24
24
- name : The FNNDSC Dev Team
@@ -27,14 +27,14 @@ maintainers:
27
27
28
28
dependencies :
29
29
- name : postgresql
30
- version : " ~15.5.36 "
30
+ version : " ~16.2.5 "
31
31
repository : " oci://registry-1.docker.io/bitnamicharts"
32
32
condition : postgresql.enabled
33
33
- name : rabbitmq
34
- version : " ~15.0.1 "
34
+ version : " ~15.1.0 "
35
35
repository : " oci://registry-1.docker.io/bitnamicharts"
36
36
- name : nats
37
- version : " ~8.4.3 "
37
+ version : " ~8.4.10 "
38
38
repository : " oci://registry-1.docker.io/bitnamicharts"
39
39
- name : pfcon
40
40
version : " 1.0.0-alpha.1"
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ spec:
143
143
- --threads=1
144
144
- --blocking-threads=1
145
145
- --threading-mode=workers
146
+ - --interface=asginl
146
147
- ' config.asgi:application'
147
148
{{- include "cube.container" . | nindent 10 }}
148
149
ports :
Original file line number Diff line number Diff line change
1
+ # FIXME FIXME FIXME
1
2
cube :
2
3
# Resource requests are lowered for Github's VMs
3
4
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
You can’t perform that action at this time.
0 commit comments