Skip to content

Commit d87eb2a

Browse files
authored
Merge pull request #257 from carlosms/gitbase-0.17-rc4
Update docker-compose and staging to gitbase v0.17.0-rc.4
2 parents 4db3720 + 4684b7b commit d87eb2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.3
47+
tag: v0.17.0-rc.4
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
@@ -12,7 +12,7 @@ services:
1212
depends_on:
1313
- gitbase
1414
gitbase:
15-
image: "srcd/gitbase:v0.17.0-rc.3"
15+
image: "srcd/gitbase:v0.17.0-rc.4"
1616
environment:
1717
BBLFSH_ENDPOINT: bblfsh:9432
1818
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"

0 commit comments

Comments
 (0)