Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@76376becfb3…
Browse files Browse the repository at this point in the history
…36852da68b4f01cc0394c3b8669d0c0457764a300efc551df4e7f
  • Loading branch information
galoybot committed Sep 20, 2023
1 parent 0c49fbc commit ac084d6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ load("@ytt:data", "data")

#@ galoy_image_digest = "sha256@12c11db76d2691213cd2c9eb74234f5eb65cbe4de6ebb48c8e78ca33fa575794"
#@ mongodb_migrate_image_digest = "sha256@c6444e6e8a836b3afbf839e01401da220d439399e2a5620019966e08ffdc2cd3"
#@ galoy_image_digest = "sha256@76376becfb336852da68b4f01cc0394c3b8669d0c0457764a300efc551df4e7f"
#@ mongodb_migrate_image_digest = "sha256@6ac78e185553780dd317fa65738eb9fd6857a008c6525fc821b545682ae55638"

version: #@ data.values.version
services:
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=default
galoy:
image: us.gcr.io/galoy-org/galoy-app@sha256:12c11db76d2691213cd2c9eb74234f5eb65cbe4de6ebb48c8e78ca33fa575794
image: us.gcr.io/galoy-org/galoy-app@sha256:76376becfb336852da68b4f01cc0394c3b8669d0c0457764a300efc551df4e7f
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -86,7 +86,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-app@sha256:12c11db76d2691213cd2c9eb74234f5eb65cbe4de6ebb48c8e78ca33fa575794
image: us.gcr.io/galoy-org/galoy-app@sha256:76376becfb336852da68b4f01cc0394c3b8669d0c0457764a300efc551df4e7f
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -111,7 +111,7 @@ services:
- MONGO_INITDB_DATABASE=galoy
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:c6444e6e8a836b3afbf839e01401da220d439399e2a5620019966e08ffdc2cd3
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:6ac78e185553780dd317fa65738eb9fd6857a008c6525fc821b545682ae55638
depends_on:
- mongodb
environment:
Expand Down
18 changes: 9 additions & 9 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: improve error naming (#3246)...'
sha: 46216aab9254393cc626b289885a8b9fdb06177d
commitTitle: 'chore: bump @typescript-eslint/parser from 6.7.0 to 6.7.2 (#3240)...'
sha: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
tags:
- 0.13.79-1-g46216aab9
- 0.13.81-1-g0c49fbcd1
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: improve error naming (#3246)...'
sha: 46216aab9254393cc626b289885a8b9fdb06177d
commitTitle: 'chore: bump @typescript-eslint/parser from 6.7.0 to 6.7.2 (#3240)...'
sha: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
tags:
- 0.13.79-1-g46216aab9
- 0.13.81-1-g0c49fbcd1
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: improve error naming (#3246)...'
sha: 46216aab9254393cc626b289885a8b9fdb06177d
commitTitle: 'chore: bump @typescript-eslint/parser from 6.7.0 to 6.7.2 (#3240)...'
sha: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
tags:
- 0.13.79-1-g46216aab9
- 0.13.81-1-g0c49fbcd1
path: ./
path: ./graphql
kind: LockConfig
6 changes: 3 additions & 3 deletions quickstart/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 46216aab9254393cc626b289885a8b9fdb06177d
ref: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 46216aab9254393cc626b289885a8b9fdb06177d
ref: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
includePaths:
- dev/**/*
- test/bats/bitcoind_signer_descriptors.json
Expand All @@ -34,7 +34,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 46216aab9254393cc626b289885a8b9fdb06177d
ref: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8
includePaths:
- src/graphql/public/schema.graphql
- src/graphql/admin/schema.graphql
Expand Down
2 changes: 1 addition & 1 deletion quickstart/vendir/values.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@data/values
---
galoy_git_ref: 46216aab9254393cc626b289885a8b9fdb06177d
galoy_git_ref: 0c49fbcd1b30d9616481c02ade95ee2adafea3d8

0 comments on commit ac084d6

Please sign in to comment.