Skip to content

Commit 86de43d

Browse files
authored
[prod] Fix update-fonts CronJob (#3678)
1 parent 3a47004 commit 86de43d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

deploy/helm/thecombine/charts/maintenance/templates/cronjob-update-fonts.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ spec:
2929
- exec
3030
- deployment/maintenance
3131
- --
32-
- get-fonts.sh
32+
- /usr/bin/python3
33+
- /home/user/.local/bin/get_fonts.py
3334
resources:
3435
requests:
3536
memory: 128Mi

maintenance/scripts/mui_language_picker_fonts.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Dai Banna SIL
77
Dukor
88
Ezra SIL
99
Gentium Plus
10+
Japa Sans Oriya
11+
Kanchenjunga
1012
Kay Pho Du
1113
Khmer Mondulkiri
1214
Lisu Bosa
@@ -65,6 +67,7 @@ Noto Sans Mahajani
6567
Noto Sans Mandaic
6668
Noto Sans Manichaean
6769
Noto Sans Marchen
70+
Noto Sans Masaram Gondi
6871
Noto Sans Medefaidrin
6972
Noto Sans Meetei Mayek
7073
Noto Sans Mende Kikakui
@@ -88,7 +91,6 @@ Noto Sans Old Persian
8891
Noto Sans Old Sogdian
8992
Noto Sans Old South Arabian
9093
Noto Sans Old Turkic
91-
Noto Sans Oriya
9294
Noto Sans Osage
9395
Noto Sans Osmanya
9496
Noto Sans Pahawh Hmong
@@ -137,6 +139,7 @@ Noto Serif Khitan Small Script
137139
Noto Serif Makasar
138140
Noto Serif Malayalam
139141
Noto Serif NP Hmong
142+
Noto Serif Old Uyghur
140143
Noto Serif SC
141144
Noto Serif Tangut
142145
Noto Serif Telugu

0 commit comments

Comments
 (0)