diff --git a/quickstart/docker-compose.tmpl.yml b/quickstart/docker-compose.tmpl.yml index 6bb8b75b72..ace1b4f3a5 100644 --- a/quickstart/docker-compose.tmpl.yml +++ b/quickstart/docker-compose.tmpl.yml @@ -1,9 +1,9 @@ #@ load("@ytt:data", "data") -#@ galoy_api_image_digest = "sha256@3f9a2df586316b9e2c28f3a13ce0c1165aad8a6ea8d3f9b5e90dacc68852b30f" -#@ galoy_trigger_image_digest = "sha256@d24be4d74d329f0904ed7712f973fb64d89c91d7332c11caf6de600c36c63057" -#@ mongodb_migrate_image_digest = "sha256@9105be055abafc7263ac923b86cf72fb35cec4483dd41646cd93d5d4c5707338" -#@ galoy_notifications_image_digest = "sha256@b5d1245bb31c1295d2191d919e289c1834381b5a86e4ec2819986d14163ffdb0" +#@ galoy_api_image_digest = "sha256@bcf427f80c824eb36d6feec61bfff6ac8b23bd903a4ba3a16fee8e814ba707c3" +#@ galoy_trigger_image_digest = "sha256@b7cec1a5d0dbea914cf3001fda5c3a347083452066d9889d35e50e0cd8f8911c" +#@ mongodb_migrate_image_digest = "sha256@ec37b7a6706db95b2421f66e0ebf724fac0e2ba92504eea271041bf62e3fa96b" +#@ galoy_notifications_image_digest = "sha256@cfb0b166caf5edc58e237fdd927c4048ec7d70880d1a7b864fd3f0de5d3a30df" #@ core_env = [ #@ "HELMREVISION=dev", diff --git a/quickstart/docker-compose.yml b/quickstart/docker-compose.yml index 8d014d93ee..0cad2910bb 100644 --- a/quickstart/docker-compose.yml +++ b/quickstart/docker-compose.yml @@ -98,7 +98,7 @@ services: - POSTGRES_PASSWORD=secret - POSTGRES_DB=hydra galoy: - image: us.gcr.io/galoy-org/galoy-api@sha256:3f9a2df586316b9e2c28f3a13ce0c1165aad8a6ea8d3f9b5e90dacc68852b30f + image: us.gcr.io/galoy-org/galoy-api@sha256:bcf427f80c824eb36d6feec61bfff6ac8b23bd903a4ba3a16fee8e814ba707c3 environment: - HELMREVISION=dev - NETWORK=regtest @@ -161,7 +161,7 @@ services: aliases: - bats-tests trigger: - image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:d24be4d74d329f0904ed7712f973fb64d89c91d7332c11caf6de600c36c63057 + image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:b7cec1a5d0dbea914cf3001fda5c3a347083452066d9889d35e50e0cd8f8911c environment: - HELMREVISION=dev - NETWORK=regtest @@ -213,7 +213,7 @@ services: - bria - mongodb notifications: - image: us.gcr.io/galoy-org/galoy-notifications@sha256:b5d1245bb31c1295d2191d919e289c1834381b5a86e4ec2819986d14163ffdb0 + image: us.gcr.io/galoy-org/galoy-notifications@sha256:cfb0b166caf5edc58e237fdd927c4048ec7d70880d1a7b864fd3f0de5d3a30df environment: - PG_CON=postgres://user:password@notifications-pg:5432/pg - OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318 @@ -248,7 +248,7 @@ services: environment: - MONGO_INITDB_DATABASE=galoy mongodb-migrate: - image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:9105be055abafc7263ac923b86cf72fb35cec4483dd41646cd93d5d4c5707338 + image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:ec37b7a6706db95b2421f66e0ebf724fac0e2ba92504eea271041bf62e3fa96b depends_on: - mongodb environment: diff --git a/quickstart/vendir.lock.yml b/quickstart/vendir.lock.yml index e020058752..e0622db17a 100644 --- a/quickstart/vendir.lock.yml +++ b/quickstart/vendir.lock.yml @@ -2,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1 directories: - contents: - git: - commitTitle: 'chore: remove env file usage from tests (#3960)...' - sha: 6f372b16f150d634add1076b7e5a698b29e7a202 + commitTitle: 'chore(notification): expose email mutations via grpc (#4011)...' + sha: e720ff1ec2032cda77ebeb83d1f714a7d1385680 tags: - - 0.20.64 + - 0.20.64-2-ge720ff1ec path: ./ path: dev - contents: - git: - commitTitle: 'chore: remove env file usage from tests (#3960)...' - sha: 6f372b16f150d634add1076b7e5a698b29e7a202 + commitTitle: 'chore(notification): expose email mutations via grpc (#4011)...' + sha: e720ff1ec2032cda77ebeb83d1f714a7d1385680 tags: - - 0.20.64 + - 0.20.64-2-ge720ff1ec path: schemas/ - git: - commitTitle: 'chore: remove env file usage from tests (#3960)...' - sha: 6f372b16f150d634add1076b7e5a698b29e7a202 + commitTitle: 'chore(notification): expose email mutations via grpc (#4011)...' + sha: e720ff1ec2032cda77ebeb83d1f714a7d1385680 tags: - - 0.20.64 + - 0.20.64-2-ge720ff1ec path: gql/ path: ./graphql kind: LockConfig diff --git a/quickstart/vendir.yml b/quickstart/vendir.yml index 7fe3f96103..dbc0a36685 100644 --- a/quickstart/vendir.yml +++ b/quickstart/vendir.yml @@ -6,7 +6,7 @@ directories: - path: ./ git: url: https://github.com/GaloyMoney/galoy.git - ref: 6f372b16f150d634add1076b7e5a698b29e7a202 + ref: e720ff1ec2032cda77ebeb83d1f714a7d1385680 includePaths: - dev/**/* excludePaths: @@ -18,7 +18,7 @@ directories: - path: schemas/ git: url: https://github.com/GaloyMoney/galoy.git - ref: 6f372b16f150d634add1076b7e5a698b29e7a202 + ref: e720ff1ec2032cda77ebeb83d1f714a7d1385680 includePaths: - core/api/src/graphql/public/schema.graphql - core/api/src/graphql/admin/schema.graphql @@ -26,7 +26,7 @@ directories: - path: gql/ git: url: https://github.com/GaloyMoney/galoy.git - ref: 6f372b16f150d634add1076b7e5a698b29e7a202 + ref: e720ff1ec2032cda77ebeb83d1f714a7d1385680 includePaths: - bats/gql/**/* newRootPath: bats/gql diff --git a/quickstart/vendir/values.yml b/quickstart/vendir/values.yml index 809ecadda0..491446faf7 100644 --- a/quickstart/vendir/values.yml +++ b/quickstart/vendir/values.yml @@ -1,3 +1,3 @@ #@data/values --- -galoy_git_ref: 6f372b16f150d634add1076b7e5a698b29e7a202 +galoy_git_ref: e720ff1ec2032cda77ebeb83d1f714a7d1385680