We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 225e679 + 3520800 commit ee4035aCopy full SHA for ee4035a
2 files changed
.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.4
+ tag: v0.17.1
48
pullPolicy: IfNotPresent
49
squashEnable: "true"
50
readonly: "true"
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
depends_on:
12
- gitbase
13
gitbase:
14
- image: "srcd/gitbase:v0.17.0-rc.4"
+ image: "srcd/gitbase:v0.17.1"
15
environment:
16
BBLFSH_ENDPOINT: bblfsh:9432
17
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
0 commit comments