Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@d7de387bd02…
Browse files Browse the repository at this point in the history
…791933880b919e21ef2fbfb2ffb53806da0294e5affad7231d271
  • Loading branch information
galoybot committed Feb 12, 2024
1 parent 6dc4a87 commit f317b06
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@43d405f15e0944410f3e68cd47ec2f44030a16f4a57b47ea49f4e8b85e347429"
#@ galoy_trigger_image_digest = "sha256@d581a72ffffe1c139fb78d17d7c010627811e36da710aa6219543c2597646b72"
#@ mongodb_migrate_image_digest = "sha256@a2fa37513969c18de4fa6eaac0b4c5fd34225a3ae3af37e6cd21139d40a7999d"
#@ galoy_notifications_image_digest = "sha256@5b9ffc88d4a1d97774f6c0ef55d9d04538dcfe1535ae2c94847a103d8bc2fe50"
#@ galoy_api_image_digest = "sha256@d7de387bd02791933880b919e21ef2fbfb2ffb53806da0294e5affad7231d271"
#@ galoy_trigger_image_digest = "sha256@2f7f45ffb2da6e128e6b46e31c4a2a0c0106ee87645b6c0e0ebe23ac94c6751f"
#@ mongodb_migrate_image_digest = "sha256@a44203a4d2bc5d332a9035e7bda3e87a457bf6ca719c0c998d9d1ae18d942e84"
#@ galoy_notifications_image_digest = "sha256@283bd1d6bcac7e2681e1fae9c235f93d67b78fa32f74e09a102f525027cfb076"

#@ core_env = [
#@ "HELMREVISION=dev",
Expand Down
8 changes: 4 additions & 4 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:43d405f15e0944410f3e68cd47ec2f44030a16f4a57b47ea49f4e8b85e347429
image: us.gcr.io/galoy-org/galoy-api@sha256:d7de387bd02791933880b919e21ef2fbfb2ffb53806da0294e5affad7231d271
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:d581a72ffffe1c139fb78d17d7c010627811e36da710aa6219543c2597646b72
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:2f7f45ffb2da6e128e6b46e31c4a2a0c0106ee87645b6c0e0ebe23ac94c6751f
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
- bria
- mongodb
notifications:
image: us.gcr.io/galoy-org/galoy-notifications@sha256:5b9ffc88d4a1d97774f6c0ef55d9d04538dcfe1535ae2c94847a103d8bc2fe50
image: us.gcr.io/galoy-org/galoy-notifications@sha256:283bd1d6bcac7e2681e1fae9c235f93d67b78fa32f74e09a102f525027cfb076
environment:
- PG_CON=postgres://user:password@notifications-pg:5432/pg
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
Expand Down Expand Up @@ -248,7 +248,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:a2fa37513969c18de4fa6eaac0b4c5fd34225a3ae3af37e6cd21139d40a7999d
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:a44203a4d2bc5d332a9035e7bda3e87a457bf6ca719c0c998d9d1ae18d942e84
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: 'build: improve tilt file waits (#3976)...'
sha: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
commitTitle: 'fix(core): use tracing wrappers in email login (#3982)'
sha: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
tags:
- 0.20.54-3-gedf3a00d1
- 0.20.56-4-g6dc4a87f9
path: ./
path: dev
- contents:
- git:
commitTitle: 'build: improve tilt file waits (#3976)...'
sha: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
commitTitle: 'fix(core): use tracing wrappers in email login (#3982)'
sha: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
tags:
- 0.20.54-3-gedf3a00d1
- 0.20.56-4-g6dc4a87f9
path: schemas/
- git:
commitTitle: 'build: improve tilt file waits (#3976)...'
sha: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
commitTitle: 'fix(core): use tracing wrappers in email login (#3982)'
sha: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
tags:
- 0.20.54-3-gedf3a00d1
- 0.20.56-4-g6dc4a87f9
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: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
ref: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
ref: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
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: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
ref: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68
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: edf3a00d1773d2178b7d99a836948cf3b84c7fc5
galoy_git_ref: 6dc4a87f90227d7fa69f0d1441e7ecc5204adb68

0 comments on commit f317b06

Please sign in to comment.