We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4db3720 + 4684b7b commit d87eb2aCopy full SHA for d87eb2a
.helm-staging.yml
@@ -44,7 +44,7 @@ gitbaseServer:
44
url: https://github.com/src-d/siva-java.git
45
image:
46
repository: srcd/gitbase
47
- tag: v0.17.0-rc.3
+ tag: v0.17.0-rc.4
48
pullPolicy: IfNotPresent
49
squashEnable: "true"
50
readonly: "true"
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
depends_on:
13
- gitbase
14
gitbase:
15
- image: "srcd/gitbase:v0.17.0-rc.3"
+ image: "srcd/gitbase:v0.17.0-rc.4"
16
environment:
17
BBLFSH_ENDPOINT: bblfsh:9432
18
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
0 commit comments