From 3ce05b3c4a1a03225f919f2348400b7e700144a8 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 20 Nov 2024 14:53:56 +0000 Subject: [PATCH] chore(release): [ci skip] bump quickstart image to sha256@24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02 --- quickstart/docker-compose.tmpl.yml | 6 +++--- quickstart/docker-compose.yml | 6 +++--- quickstart/vendir.lock.yml | 21 ++++++++++++--------- quickstart/vendir.yml | 6 +++--- quickstart/vendir/values.yml | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-) diff --git a/quickstart/docker-compose.tmpl.yml b/quickstart/docker-compose.tmpl.yml index 1be0abd51f..bd1897b946 100644 --- a/quickstart/docker-compose.tmpl.yml +++ b/quickstart/docker-compose.tmpl.yml @@ -1,8 +1,8 @@ #@ load("@ytt:data", "data") -#@ galoy_api_image_digest = "sha256@0d3594a0bb5d92129af58d3f036eed5ea1ea027efa8686156e75952b81e8b984" -#@ galoy_trigger_image_digest = "sha256@fd4e4d898db61c9aa99a937039121869aedd46059a06501428b179f7ab8b7559" -#@ mongodb_migrate_image_digest = "sha256@5dc1f9d6b07a3f90604e1853e83d058a244656ac341e02d111c2f92d4aec5a3d" +#@ galoy_api_image_digest = "sha256@24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02" +#@ galoy_trigger_image_digest = "sha256@9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef" +#@ mongodb_migrate_image_digest = "sha256@3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9" #@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205" #@ core_env = [ diff --git a/quickstart/docker-compose.yml b/quickstart/docker-compose.yml index afc2ffa8f6..ef5e685486 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:0d3594a0bb5d92129af58d3f036eed5ea1ea027efa8686156e75952b81e8b984 + image: us.gcr.io/galoy-org/galoy-api@sha256:24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02 environment: - HELMREVISION=dev - NETWORK=regtest @@ -161,7 +161,7 @@ services: aliases: - bats-tests trigger: - image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:fd4e4d898db61c9aa99a937039121869aedd46059a06501428b179f7ab8b7559 + image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef environment: - HELMREVISION=dev - NETWORK=regtest @@ -254,7 +254,7 @@ services: environment: - MONGO_INITDB_DATABASE=galoy mongodb-migrate: - image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:5dc1f9d6b07a3f90604e1853e83d058a244656ac341e02d111c2f92d4aec5a3d + image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9 depends_on: - mongodb environment: diff --git a/quickstart/vendir.lock.yml b/quickstart/vendir.lock.yml index 9e2851a233..4c187e5a08 100644 --- a/quickstart/vendir.lock.yml +++ b/quickstart/vendir.lock.yml @@ -2,24 +2,27 @@ apiVersion: vendir.k14s.io/v1alpha1 directories: - contents: - git: - commitTitle: 'fix(core): update exporter db connection settings (#4660)' - sha: ee74666caf9d299f091c972add5a05e8feef3b38 + commitTitle: 'fix(core): update http error codes in authentication endpoints + (#4661)...' + sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15 tags: - - 0.21.9-1-gee74666ca + - 0.21.10-1-gc38451a44 path: . path: dev - contents: - git: - commitTitle: 'fix(core): update exporter db connection settings (#4660)' - sha: ee74666caf9d299f091c972add5a05e8feef3b38 + commitTitle: 'fix(core): update http error codes in authentication endpoints + (#4661)...' + sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15 tags: - - 0.21.9-1-gee74666ca + - 0.21.10-1-gc38451a44 path: schemas - git: - commitTitle: 'fix(core): update exporter db connection settings (#4660)' - sha: ee74666caf9d299f091c972add5a05e8feef3b38 + commitTitle: 'fix(core): update http error codes in authentication endpoints + (#4661)...' + sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15 tags: - - 0.21.9-1-gee74666ca + - 0.21.10-1-gc38451a44 path: gql path: graphql kind: LockConfig diff --git a/quickstart/vendir.yml b/quickstart/vendir.yml index 4e99c26d6a..4bd10514c7 100644 --- a/quickstart/vendir.yml +++ b/quickstart/vendir.yml @@ -6,7 +6,7 @@ directories: - path: ./ git: url: https://github.com/GaloyMoney/galoy.git - ref: ee74666caf9d299f091c972add5a05e8feef3b38 + ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15 includePaths: - dev/**/* excludePaths: @@ -18,7 +18,7 @@ directories: - path: schemas/ git: url: https://github.com/GaloyMoney/galoy.git - ref: ee74666caf9d299f091c972add5a05e8feef3b38 + ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15 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: ee74666caf9d299f091c972add5a05e8feef3b38 + ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15 includePaths: - bats/gql/**/* newRootPath: bats/gql diff --git a/quickstart/vendir/values.yml b/quickstart/vendir/values.yml index 2d225f138c..1afe7310fb 100644 --- a/quickstart/vendir/values.yml +++ b/quickstart/vendir/values.yml @@ -1,3 +1,3 @@ #@data/values --- -galoy_git_ref: ee74666caf9d299f091c972add5a05e8feef3b38 +galoy_git_ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15