Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@0460e1da5ce…
Browse files Browse the repository at this point in the history
…98383855e5fe93084609d7bd41a2c123aaaa672048e1ab4d2f99d
  • Loading branch information
galoybot committed Sep 18, 2023
1 parent 4dff105 commit cae6182
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 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@e3aa5da2ed609e14ff974a48399464d743ede7ff70b38f0934ad45c00632dc31"
#@ mongodb_migrate_image_digest = "sha256@3919f2dd8d972cb63c8f96e887bde13c08d4ddb7d0576261aeacfce4bbf962bb"
#@ galoy_image_digest = "sha256@0460e1da5ce98383855e5fe93084609d7bd41a2c123aaaa672048e1ab4d2f99d"
#@ mongodb_migrate_image_digest = "sha256@eaaebf1f44437c525c16fb232aa79129926224b1d0e84761403dc550a525345b"

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:e3aa5da2ed609e14ff974a48399464d743ede7ff70b38f0934ad45c00632dc31
image: us.gcr.io/galoy-org/galoy-app@sha256:0460e1da5ce98383855e5fe93084609d7bd41a2c123aaaa672048e1ab4d2f99d
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:e3aa5da2ed609e14ff974a48399464d743ede7ff70b38f0934ad45c00632dc31
image: us.gcr.io/galoy-org/galoy-app@sha256:0460e1da5ce98383855e5fe93084609d7bd41a2c123aaaa672048e1ab4d2f99d
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:3919f2dd8d972cb63c8f96e887bde13c08d4ddb7d0576261aeacfce4bbf962bb
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:eaaebf1f44437c525c16fb232aa79129926224b1d0e84761403dc550a525345b
depends_on:
- mongodb
environment:
Expand Down
21 changes: 9 additions & 12 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: bats ttest: bats test for user logoutest for user logout
(#3223)...'
sha: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
commitTitle: 'chore: debugging concourse (#3233)...'
sha: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
tags:
- 0.13.75-1-gb9d46d90f
- 0.13.75-3-g4dff10507
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: bats ttest: bats test for user logoutest for user logout
(#3223)...'
sha: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
commitTitle: 'chore: debugging concourse (#3233)...'
sha: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
tags:
- 0.13.75-1-gb9d46d90f
- 0.13.75-3-g4dff10507
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: bats ttest: bats test for user logoutest for user logout
(#3223)...'
sha: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
commitTitle: 'chore: debugging concourse (#3233)...'
sha: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
tags:
- 0.13.75-1-gb9d46d90f
- 0.13.75-3-g4dff10507
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: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
ref: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
ref: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
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: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
ref: 4dff1050788d68d94ca4b61a6e30758ae52e16c6
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: b9d46d90f9050ccc2ec4a50294a4f3561f4ca597
galoy_git_ref: 4dff1050788d68d94ca4b61a6e30758ae52e16c6

0 comments on commit cae6182

Please sign in to comment.