Skip to content

Commit

Permalink
ci: refactor metadata with precise var name (#5258)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Jan 16, 2024
1 parent acc6643 commit 19a70f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/api-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apiDashboard:
tracingServiceName: "dashboard"
image:
repository: us.gcr.io/galoy-org/galoy-dashboard
digest: "sha256:ff0875f766608110f71f239c47cc1ca9facbf437af9b9e1b6e16df0ca14e6e05" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=ef72303;app=dashboard;buck_target_pattern=apps/dashboard;
digest: "sha256:ff0875f766608110f71f239c47cc1ca9facbf437af9b9e1b6e16df0ca14e6e05" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=ef72303;app=dashboard;monorepo_subdir=apps/dashboard;
ingress:
enabled: false
service:
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy-pay/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: us.gcr.io/galoy-org/galoy-pay
digest: "sha256:26945b08f85cd2ac4ea6977fd741c74b9609fd3e037cd8c4e1f2bb92a695fa75" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=6d5c93a;app=pay;buck_target_pattern=apps/pay;
digest: "sha256:26945b08f85cd2ac4ea6977fd741c74b9609fd3e037cd8c4e1f2bb92a695fa75" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=6d5c93a;app=pay;monorepo_subdir=apps/pay;
ingress:
enabled: false
service:
Expand Down
4 changes: 2 additions & 2 deletions charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-consent
## Digest of the image
##
digest: "sha256:3fd85d066f03c672661a31a6b0e2d860bf3a74e7476ef384f98b1f48b7e0e27f" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=8f83645;app=consent;buck_target_pattern=apps/consent;
digest: "sha256:3fd85d066f03c672661a31a6b0e2d860bf3a74e7476ef384f98b1f48b7e0e27f" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=8f83645;app=consent;monorepo_subdir=apps/consent;
apiKeys:
repository: us.gcr.io/galoy-org/galoy-api-keys
## Digest of the image
##
digest: "sha256:ec6747c576b8bad4cf73c2fa51beb8d37ed8ca432cf9af126cd1cbf33c415ba3" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=ef72303;app=api-keys;buck_target_pattern=core/api-keys;
digest: "sha256:ec6747c576b8bad4cf73c2fa51beb8d37ed8ca432cf9af126cd1cbf33c415ba3" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=ef72303;app=api-keys;monorepo_subdir=core/api-keys;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand Down

0 comments on commit 19a70f3

Please sign in to comment.