Skip to content

Commit a3dffa7

Browse files
committed
Merge branch 'master' of github.com:FNNDSC/charts
2 parents 260b1a1 + 8df21cb commit a3dffa7

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

charts/chris/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 15.5.38
4+
version: 16.2.5
55
- name: rabbitmq
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 15.0.7
7+
version: 15.1.0
88
- name: nats
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 8.4.9
10+
version: 8.4.10
1111
- name: pfcon
1212
repository: https://fnndsc.github.io/charts
1313
version: 1.0.0-alpha.1
@@ -17,5 +17,5 @@ dependencies:
1717
- name: util
1818
repository: https://fnndsc.github.io/charts
1919
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"

charts/chris/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ keywords:
1717
icon: ./logo_chris.png
1818

1919
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"
2222

2323
maintainers:
2424
- name: The FNNDSC Dev Team
@@ -27,14 +27,14 @@ maintainers:
2727

2828
dependencies:
2929
- name: postgresql
30-
version: "~15.5.36"
30+
version: "~16.2.5"
3131
repository: "oci://registry-1.docker.io/bitnamicharts"
3232
condition: postgresql.enabled
3333
- name: rabbitmq
34-
version: "~15.0.1"
34+
version: "~15.1.0"
3535
repository: "oci://registry-1.docker.io/bitnamicharts"
3636
- name: nats
37-
version: "~8.4.3"
37+
version: "~8.4.10"
3838
repository: "oci://registry-1.docker.io/bitnamicharts"
3939
- name: pfcon
4040
version: "1.0.0-alpha.1"

charts/chris/templates/heart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ spec:
143143
- --threads=1
144144
- --blocking-threads=1
145145
- --threading-mode=workers
146+
- --interface=asginl
146147
- 'config.asgi:application'
147148
{{- include "cube.container" . | nindent 10 }}
148149
ports:

testing/ghactions-values.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# FIXME FIXME FIXME
12
cube:
23
# Resource requests are lowered for Github's VMs
34
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

0 commit comments

Comments
 (0)