We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb8577 commit b568148Copy full SHA for b568148
2 files changed
.helm-defaults.yml
@@ -5,7 +5,7 @@ service:
5
bblfshdServer:
6
image:
7
repository: bblfsh/bblfshd
8
- tag: v2.11.7
+ tag: v2.11.8
9
pullPolicy: IfNotPresent
10
drivers:
11
install: true
docker-compose.yml
@@ -18,5 +18,5 @@ services:
18
volumes:
19
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
20
bblfsh:
21
- image: "bblfsh/bblfshd:v2.11.7-drivers"
+ image: "bblfsh/bblfshd:v2.11.8-drivers"
22
privileged: true
0 commit comments