Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@4d8c1ec9e5a…
Browse files Browse the repository at this point in the history
…7323d85eda7e9f0dd40305f9076ed6cf8b7112c453b04b3139eb8
  • Loading branch information
galoybot committed Aug 29, 2023
1 parent df4fabf commit 9ea4409
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion quickstart/.env.galoy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ KRATOS_PUBLIC_API=http://kratos:4433
KRATOS_ADMIN_API=http://kratos:4434
KRATOS_PG_CON="postgres://dbuser:secret@kratos-pg:5432/default?sslmode=disable"

OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
MATTERMOST_WEBHOOK_URL=https://chat.galoy.io/hooks/sometoken
UNSECURE_DEFAULT_LOGIN_CODE=000000
SVIX_SECRET=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2OTE2NzIwMTQsImV4cCI6MjAwNzAzMjAxNCwibmJmIjoxNjkxNjcyMDE0LCJpc3MiOiJzdml4LXNlcnZlciIsInN1YiI6Im9yZ18yM3JiOFlkR3FNVDBxSXpwZ0d3ZFhmSGlyTXUifQ.b9s0aWSisNdUNki4edabBEToLNSwjC9-AiJQr4J3y4E
Expand Down
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@d829f99b3c3d3f50cfb80ca2e9fcaa5ca777f8bfe462c2162fb9a5e5f854b98f"
#@ mongodb_migrate_image_digest = "sha256@594f1e773c562f9922845deb1c3f1ccdb4e6176bebb603720e0cd94a00d8cd0e"
#@ galoy_image_digest = "sha256@4d8c1ec9e5a7323d85eda7e9f0dd40305f9076ed6cf8b7112c453b04b3139eb8"
#@ mongodb_migrate_image_digest = "sha256@2f631993838eeb11941479cbdd488e96db71cf96f711963aad4c4167a4125c81"

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:d829f99b3c3d3f50cfb80ca2e9fcaa5ca777f8bfe462c2162fb9a5e5f854b98f
image: us.gcr.io/galoy-org/galoy-app@sha256:4d8c1ec9e5a7323d85eda7e9f0dd40305f9076ed6cf8b7112c453b04b3139eb8
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:d829f99b3c3d3f50cfb80ca2e9fcaa5ca777f8bfe462c2162fb9a5e5f854b98f
image: us.gcr.io/galoy-org/galoy-app@sha256:4d8c1ec9e5a7323d85eda7e9f0dd40305f9076ed6cf8b7112c453b04b3139eb8
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:594f1e773c562f9922845deb1c3f1ccdb4e6176bebb603720e0cd94a00d8cd0e
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:2f631993838eeb11941479cbdd488e96db71cf96f711963aad4c4167a4125c81
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,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: bump @typescript-eslint/parser from 6.4.1 to 6.5.0 (#3130)...'
sha: 7016549f3be74dd959191750c0efe04864617625
commitTitle: 'fix: correct OTLP endpoint in quickstart'
sha: df4fabfdb330d110ec95a53b5acd422721880516
tags:
- 0.13.15-8-g7016549f3
- 0.13.16-1-gdf4fabfdb
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: bump @typescript-eslint/parser from 6.4.1 to 6.5.0 (#3130)...'
sha: 7016549f3be74dd959191750c0efe04864617625
commitTitle: 'fix: correct OTLP endpoint in quickstart'
sha: df4fabfdb330d110ec95a53b5acd422721880516
tags:
- 0.13.15-8-g7016549f3
- 0.13.16-1-gdf4fabfdb
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: bump @typescript-eslint/parser from 6.4.1 to 6.5.0 (#3130)...'
sha: 7016549f3be74dd959191750c0efe04864617625
commitTitle: 'fix: correct OTLP endpoint in quickstart'
sha: df4fabfdb330d110ec95a53b5acd422721880516
tags:
- 0.13.15-8-g7016549f3
- 0.13.16-1-gdf4fabfdb
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: 7016549f3be74dd959191750c0efe04864617625
ref: df4fabfdb330d110ec95a53b5acd422721880516
includePaths:
- dev/**/*
- .envrc
Expand All @@ -21,7 +21,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 7016549f3be74dd959191750c0efe04864617625
ref: df4fabfdb330d110ec95a53b5acd422721880516
includePaths:
- dev/**/*
- test/bats/bitcoind_signer_descriptors.json
Expand All @@ -37,7 +37,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 7016549f3be74dd959191750c0efe04864617625
ref: df4fabfdb330d110ec95a53b5acd422721880516
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: 7016549f3be74dd959191750c0efe04864617625
galoy_git_ref: df4fabfdb330d110ec95a53b5acd422721880516

0 comments on commit 9ea4409

Please sign in to comment.