Skip to content

Commit

Permalink
chore(deps): bump galoy image to 'sha256:1d5533a53ea65c9f5fd149438e80…
Browse files Browse the repository at this point in the history
…9dcdd69147a35b3f8a4a4e60286b6665412f'
  • Loading branch information
galoybot committed Nov 2, 2023
1 parent db327b7 commit bafa264
Show file tree
Hide file tree
Showing 5 changed files with 1,664 additions and 76 deletions.
2 changes: 1 addition & 1 deletion charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 0.26.14-dev
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.15.62
appVersion: 0.15.81
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
13 changes: 13 additions & 0 deletions charts/galoy/apollo-router/api-keys-schema.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
type MutationRoot {
helloWorldMutation: String!
}

type QueryRoot {
helloWorld: String!
}


schema {
query: QueryRoot
mutation: MutationRoot
}
Loading

0 comments on commit bafa264

Please sign in to comment.