Skip to content

Commit

Permalink
Merge pull request #309 from carlosms/bblfshd-2.11.6
Browse files Browse the repository at this point in the history
Update to bblfshd 2.11.6
  • Loading branch information
carlosms authored Feb 12, 2019
2 parents 0aa494d + 999ced0 commit b664a34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions .helm-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,38 @@ service:
bblfshdServer:
image:
repository: bblfsh/bblfshd
tag: v2.10.0
tag: v2.11.6
pullPolicy: IfNotPresent
drivers:
install: true
languages:
python:
repository: bblfsh/python-driver
tag: v2.4.0
tag: v2.7.0
cpp:
repository: bblfsh/cpp-driver
tag: v0.3.0
tag: v1.1.0
java:
repository: bblfsh/java-driver
tag: v2.3.0
tag: v2.5.0
php:
repository: bblfsh/php-driver
tag: v2.4.0
tag: v2.7.0
ruby:
repository: bblfsh/ruby-driver
tag: v2.4.0
tag: v2.8.0
javascript:
repository: bblfsh/javascript-driver
tag: v2.3.0
tag: v2.6.0
bash:
repository: bblfsh/bash-driver
tag: v2.1.0
tag: v2.4.0
go:
repository: bblfsh/go-driver
tag: v2.3.0
tag: v2.5.0
csharp:
repository: bblfsh/csharp-driver
tag: v1.2.0

gitbaseServer:
# commit defaults to HEAD unless given
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ services:
volumes:
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
bblfsh:
image: "bblfsh/bblfshd:v2.10.0-drivers"
image: "bblfsh/bblfshd:v2.11.6-drivers"
privileged: true

0 comments on commit b664a34

Please sign in to comment.