Skip to content

Commit

Permalink
feat(1438): update tigerbeetle to latest release. (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox authored Apr 16, 2024
1 parent 6324d36 commit 91bbc9b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion infrastructure/helm/tigerbeetle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ statefulset:
repository: ghcr.io/tigerbeetle/tigerbeetle
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.14.176"
tag: "0.15.3"

proxyImage:
repository: nginx
Expand Down
2 changes: 1 addition & 1 deletion localenv/tigerbeetle/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
tigerbeetle:
image: ghcr.io/tigerbeetle/tigerbeetle:0.14.176
image: ghcr.io/tigerbeetle/tigerbeetle:0.15.3
privileged: true
volumes:
- tigerbeetle-data:/var/lib/tigerbeetle
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"pg": "^8.11.3",
"pino": "^8.19.0",
"raw-body": "^2.5.2",
"tigerbeetle-node": "^0.14.176",
"tigerbeetle-node": "^0.15.3",
"token-introspection": "workspace:*",
"uuid": "^9.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/tests/tigerbeetle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function startTigerbeetleContainer(clusterId?: number): Promise<{
const tigerbeetleClusterId = clusterId || Config.tigerbeetleClusterId
const { name: tigerbeetleDir } = tmp.dirSync({ unsafeCleanup: true })
const tigerbeetleFile = `cluster_${tigerbeetleClusterId}_replica_0_test.tigerbeetle`
const tigerbeetleContainerVersion = 'ghcr.io/tigerbeetle/tigerbeetle:0.14.176'
const tigerbeetleContainerVersion = 'ghcr.io/tigerbeetle/tigerbeetle:0.15.3'

const tbContFormat = await new GenericContainer(tigerbeetleContainerVersion)
.withExposedPorts(TIGERBEETLE_PORT)
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91bbc9b

Please sign in to comment.