Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@c33ab0f117d…
Browse files Browse the repository at this point in the history
…7f7c1fa4d5ca25ab1db5e96232c9283bea1c16161b4e97252252f
  • Loading branch information
galoybot authored and git committed Jan 30, 2025
1 parent baa693b commit 7a3a2fd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83"
#@ galoy_trigger_image_digest = "sha256@579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e"
#@ mongodb_migrate_image_digest = "sha256@256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44"
#@ galoy_api_image_digest = "sha256@c33ab0f117d7f7c1fa4d5ca25ab1db5e96232c9283bea1c16161b4e97252252f"
#@ galoy_trigger_image_digest = "sha256@831c56af29b3da16871d695e54c70a4c5623602fb87a278deff08bb8ad729bdf"
#@ mongodb_migrate_image_digest = "sha256@096563a85d500d4b409089e8ba33f9162748f7b80252e1160687de186c368cde"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ core_env = [
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83
image: us.gcr.io/galoy-org/galoy-api@sha256:c33ab0f117d7f7c1fa4d5ca25ab1db5e96232c9283bea1c16161b4e97252252f
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:831c56af29b3da16871d695e54c70a4c5623602fb87a278deff08bb8ad729bdf
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -242,7 +242,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:096563a85d500d4b409089e8ba33f9162748f7b80252e1160687de186c368cde
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,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
commitTitle: 'chore(core): update feedback webhook content (#4717)...'
sha: 55f8f0a32bece8422eac051fbae0dac526441237
tags:
- 0.21.19-3-g012fde314
- 0.21.20-1-g55f8f0a32
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
commitTitle: 'chore(core): update feedback webhook content (#4717)...'
sha: 55f8f0a32bece8422eac051fbae0dac526441237
tags:
- 0.21.19-3-g012fde314
- 0.21.20-1-g55f8f0a32
path: schemas
- git:
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
commitTitle: 'chore(core): update feedback webhook content (#4717)...'
sha: 55f8f0a32bece8422eac051fbae0dac526441237
tags:
- 0.21.19-3-g012fde314
- 0.21.20-1-g55f8f0a32
path: gql
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: 012fde31438d34be2b67bf8321f4912c98f8e092
ref: 55f8f0a32bece8422eac051fbae0dac526441237
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 012fde31438d34be2b67bf8321f4912c98f8e092
ref: 55f8f0a32bece8422eac051fbae0dac526441237
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
newRootPath: core/api/src/graphql
- path: gql/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 012fde31438d34be2b67bf8321f4912c98f8e092
ref: 55f8f0a32bece8422eac051fbae0dac526441237
includePaths:
- bats/gql/**/*
newRootPath: bats/gql
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: 012fde31438d34be2b67bf8321f4912c98f8e092
galoy_git_ref: 55f8f0a32bece8422eac051fbae0dac526441237

0 comments on commit 7a3a2fd

Please sign in to comment.