Skip to content

Commit

Permalink
chore: update tigerbeetle in docker compose & helm
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Jul 4, 2023
1 parent ac6d8d1 commit 1e5fb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/helm/tigerbeetle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ statefulset:
clusterId: "0"

image:
repository: ghcr.io/tigerbeetledb/tigerbeetle@sha256
repository: ghcr.io/tigerbeetledb/tigerbeetle
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3e2954cba78e17db42013e56fd9850a6047f7caa6f30dd7c46ff932c809af10c"
tag: "0.13.38"

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
Expand Up @@ -2,7 +2,7 @@ services:
tigerbeetle:
env_file:
- ../tigerbeetle/.env.tigerbeetle
image: ghcr.io/tigerbeetledb/tigerbeetle@sha256:3e2954cba78e17db42013e56fd9850a6047f7caa6f30dd7c46ff932c809af10c
image: ghcr.io/tigerbeetle/tigerbeetle:0.13.38
privileged: true
volumes:
- tigerbeetle-data:/var/lib/tigerbeetle
Expand Down

0 comments on commit 1e5fb05

Please sign in to comment.