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

chore: Remove cala chart #7385

Merged
merged 2 commits into from
Jan 8, 2025
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
23 changes: 0 additions & 23 deletions charts/cala/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions charts/cala/Chart.lock

This file was deleted.

26 changes: 0 additions & 26 deletions charts/cala/Chart.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/cala/templates/_helpers.tpl

This file was deleted.

15 changes: 0 additions & 15 deletions charts/cala/templates/cala-cm.yaml

This file was deleted.

110 changes: 0 additions & 110 deletions charts/cala/templates/cala-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/cala/templates/cala-secrets.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions charts/cala/templates/cala-svc.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions charts/cala/templates/ingress.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions charts/cala/values.yaml

This file was deleted.

1 change: 0 additions & 1 deletion ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ config:

#@ monitoring_charts = ["monitoring", "kafka-connect"]

#@ cala_charts = ["cala"]
#@ bitcoin_charts = ["bitcoind", "lnd", "specter", "bria", "fulcrum", "mempool"]

#@ addons_charts = ["admin-panel", "galoy-pay", "api-dashboard", "map", "voucher"]
Expand Down
21 changes: 0 additions & 21 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#@ "slack_resource",
#@ "monitoring_charts",
#@ "bitcoin_charts",
#@ "cala_charts",
#@ "addons_charts",
#@ "task_image_config",
#@ "repo_resource",
Expand Down Expand Up @@ -53,12 +52,6 @@ groups:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
- name: cala
jobs:
#@ for chart in cala_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
- name: addons
jobs:
#@ for chart in addons_charts:
Expand All @@ -73,10 +66,6 @@ groups:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
#@ for chart in cala_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
#@ end
#@ for chart in bitcoin_charts:
- #@ testflight_job_name(chart)
- #@ bump_in_deployments_job_name(chart)
Expand Down Expand Up @@ -108,10 +97,6 @@ jobs:
- #@ testflight_job(chart, "monitoring")
- #@ bump_in_deployments_job(chart)
#@ end
#@ for chart in cala_charts:
- #@ testflight_job(chart, "cala")
- #@ bump_in_deployments_job(chart)
#@ end
#@ for chart in bitcoin_charts:
- #@ testflight_job(chart, "bitcoin")
- #@ bump_in_deployments_job(chart)
Expand Down Expand Up @@ -338,12 +323,6 @@ resources:
#@ end
- #@ slack_resource("monitoring")

#@ for chart in cala_charts:
- #@ chart_repo_resource(chart)
- #@ testflight_tf_resource(chart)
#@ end
- #@ slack_resource("cala")

#@ for chart in bitcoin_charts:
- #@ chart_repo_resource(chart)
- #@ testflight_tf_resource(chart)
Expand Down
3 changes: 0 additions & 3 deletions ci/tasks/cala-smoketest.sh

This file was deleted.

Loading
Loading