Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add apollorouter dep to galoy chart #3899

Merged
merged 7 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions charts/galoy/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ dependencies:
- name: kratos
repository: https://k8s.ory.sh/helm/charts
version: 0.33.5
digest: sha256:676d92608f38f64f72a67fa7830852d2b23547badd05f086055f1ac0c318e1ed
generated: "2023-07-24T07:30:47.123408758Z"
- name: router
repository: oci://ghcr.io/apollographql/helm-charts
version: 1.25.0
digest: sha256:cb5fceb0a7896a88b3c9b287d4556fa47461ce2b0f5e7310921cc4353ff83310
generated: "2023-07-25T11:42:58.293669241+05:30"
5 changes: 4 additions & 1 deletion charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 0.16.9-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.10.3
appVersion: 0.10.5
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand All @@ -37,3 +37,6 @@ dependencies:
- name: kratos
repository: https://k8s.ory.sh/helm/charts
version: 0.33.5
- name: router
repository: oci://ghcr.io/apollographql/helm-charts
version: 1.25.0
Loading
Loading