Skip to content

Commit

Permalink
chore: Rename galoy-deployements for registry (#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss authored Oct 22, 2024
1 parent 8ded2c9 commit 5984c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ load("@ytt:data", "data")

#@ def pipeline_image():
#@ return data.values.docker_registry + "/galoy-deployments-pipeline"
#@ return data.values.docker_registry + "/blink-deployments-pipeline"
#@ end

#@ def chain_dl_image():
Expand Down
2 changes: 1 addition & 1 deletion ci/repipe
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat <<EOF >$CIJOBS
#@ load("@ytt:data", "data")
#@ def pipeline_image():
#@ return data.values.docker_registry + "/galoy-deployments-pipeline"
#@ return data.values.docker_registry + "/blink-deployments-pipeline"
#@ end
#@ def task_image_config():
Expand Down
2 changes: 1 addition & 1 deletion dev/smoketest/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ metadata:
spec:
containers:
- name: smoketest
image: us.gcr.io/galoy-org/galoy-deployments-pipeline
image: us.gcr.io/galoy-org/blink-deployments-pipeline
imagePullPolicy: IfNotPresent
command:
- sleep
Expand Down

0 comments on commit 5984c19

Please sign in to comment.