We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36336e commit 371bbdcCopy full SHA for 371bbdc
2 files changed
.helm-defaults.yml
@@ -5,7 +5,7 @@ service:
5
bblfshdServer:
6
image:
7
repository: bblfsh/bblfshd
8
- tag: v2.11.6
+ tag: v2.11.7
9
pullPolicy: IfNotPresent
10
drivers:
11
install: true
@@ -36,7 +36,7 @@ bblfshdServer:
36
tag: v2.5.0
37
csharp:
38
repository: bblfsh/csharp-driver
39
- tag: v1.2.0
+ tag: v1.3.0
40
41
gitbaseServer:
42
# commit defaults to HEAD unless given
docker-compose.yml
@@ -18,5 +18,5 @@ services:
18
volumes:
19
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
20
bblfsh:
21
- image: "bblfsh/bblfshd:v2.11.6-drivers"
+ image: "bblfsh/bblfshd:v2.11.7-drivers"
22
privileged: true
0 commit comments