Skip to content

Commit b664a34

Browse files
authored
Merge pull request #309 from carlosms/bblfshd-2.11.6
Update to bblfshd 2.11.6
2 parents 0aa494d + 999ced0 commit b664a34

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ services:
1818
volumes:
1919
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
2020
bblfsh:
21-
image: "bblfsh/bblfshd:v2.10.0-drivers"
21+
image: "bblfsh/bblfshd:v2.11.6-drivers"
2222
privileged: true

0 commit comments

Comments
 (0)