Skip to content

Commit ee4035a

Browse files
authored
Merge pull request #274 from carlosms/gitbase-v0.17.1
Update docker compose and staging to gibase v0.17.1
2 parents 225e679 + 3520800 commit ee4035a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.helm-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gitbaseServer:
4444
url: https://github.com/src-d/siva-java.git
4545
image:
4646
repository: srcd/gitbase
47-
tag: v0.17.0-rc.4
47+
tag: v0.17.1
4848
pullPolicy: IfNotPresent
4949
squashEnable: "true"
5050
readonly: "true"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
depends_on:
1212
- gitbase
1313
gitbase:
14-
image: "srcd/gitbase:v0.17.0-rc.4"
14+
image: "srcd/gitbase:v0.17.1"
1515
environment:
1616
BBLFSH_ENDPOINT: bblfsh:9432
1717
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"

0 commit comments

Comments
 (0)