Skip to content

Commit

Permalink
chore: Rename galoy-deployments to blink-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Oct 18, 2024
1 parent 77630ba commit 4c48161
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions 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 Expand Up @@ -154,7 +154,7 @@ plan:
- #@ testflight_job_name(chart)
trigger: true
- { get: pipeline-tasks }
- { get: galoy-deployments }
- { get: blink-deployments }
- task: #@ "bump-" + chart
config:
platform: linux
Expand All @@ -163,18 +163,18 @@ plan:
- name: #@ chart_resource_name(chart)
path: chart
- name: pipeline-tasks
- name: galoy-deployments
- name: blink-deployments
outputs:
- name: galoy-deployments
- name: blink-deployments
params:
CHART: #@ chart
BRANCH: #@ data.values.deployments_git_branch
GITHUB_SSH_KEY: #@ data.values.github_private_key
run:
path: pipeline-tasks/ci/tasks/bump-chart.sh
- put: galoy-deployments
- put: blink-deployments
params:
repository: galoy-deployments
repository: blink-deployments
rebase: true
#@ end

Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ resources:
branch: #@ data.values.git_branch
private_key: #@ data.values.github_private_key

- name: galoy-deployments
- name: blink-deployments
type: git
source:
uri: #@ data.values.deployments_git_uri
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 ci/tasks/bump-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

cd galoy-deployments
cd blink-deployments

cat > github.key <<EOF
${GITHUB_SSH_KEY}
Expand Down
2 changes: 1 addition & 1 deletion ci/values.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#@data/values
---
deployments_git_uri: git@github.com:GaloyMoney/galoy-deployments.git
deployments_git_uri: git@github.com:GaloyMoney/blink-deployments.git
deployments_git_branch: main
git_lnd_sidecar_bot_branch: bot-bump-lnd-sidecar-image
git_mongo_backup_bot_branch: bot-bump-mongo-backup-image
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 4c48161

Please sign in to comment.