Skip to content

Commit 999ced0

Browse files
committed
Update staging deployment to bblfsh v2.11.6
Signed-off-by: Carlos Martín <[email protected]>
1 parent 402a2c7 commit 999ced0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.helm-defaults.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,38 @@ service:
55
bblfshdServer:
66
image:
77
repository: bblfsh/bblfshd
8-
tag: v2.10.0
8+
tag: v2.11.6
99
pullPolicy: IfNotPresent
1010
drivers:
1111
install: true
1212
languages:
1313
python:
1414
repository: bblfsh/python-driver
15-
tag: v2.4.0
15+
tag: v2.7.0
1616
cpp:
1717
repository: bblfsh/cpp-driver
18-
tag: v0.3.0
18+
tag: v1.1.0
1919
java:
2020
repository: bblfsh/java-driver
21-
tag: v2.3.0
21+
tag: v2.5.0
2222
php:
2323
repository: bblfsh/php-driver
24-
tag: v2.4.0
24+
tag: v2.7.0
2525
ruby:
2626
repository: bblfsh/ruby-driver
27-
tag: v2.4.0
27+
tag: v2.8.0
2828
javascript:
2929
repository: bblfsh/javascript-driver
30-
tag: v2.3.0
30+
tag: v2.6.0
3131
bash:
3232
repository: bblfsh/bash-driver
33-
tag: v2.1.0
33+
tag: v2.4.0
3434
go:
3535
repository: bblfsh/go-driver
36-
tag: v2.3.0
36+
tag: v2.5.0
37+
csharp:
38+
repository: bblfsh/csharp-driver
39+
tag: v1.2.0
3740

3841
gitbaseServer:
3942
# commit defaults to HEAD unless given

0 commit comments

Comments
 (0)