Skip to content

Commit

Permalink
Cleanup chainlink-cluster chart (#12950)
Browse files Browse the repository at this point in the history
* Cleanup chainlink-cluster chart

CRIB chainlink-cluster chart has moved to internal repo.
Deleting chart and integrating devspace config with internal repo via required ENV variable CHAINLINK_CLUSTER_HELM_CHART_URI

* Delete helm related workflows and helm lint configs

* fix reference to the go code which is now under crib directory

* login to helm registry
  • Loading branch information
scheibinger authored Apr 25, 2024
1 parent 7ec1d5b commit b65f2e0
Show file tree
Hide file tree
Showing 35 changed files with 33 additions and 1,747 deletions.
10 changes: 0 additions & 10 deletions .ct.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/helm-chart-publish.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/helm-chart.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tools/clroot/db.sqlite3-wal
.envrc
.env*
.dbenv
!charts/chainlink-cluster/.env.example
!crib/.env.example
!.github/actions/setup-postgres/.env
.direnv
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gomodtidy: ## Run go mod tidy on all modules.
cd ./integration-tests && go mod tidy
cd ./integration-tests/load && go mod tidy
cd ./dashboard-lib && go mod tidy
cd ./charts/chainlink-cluster && go mod tidy
cd ./crib && go mod tidy

.PHONY: docs
docs: ## Install and run pkgsite to view Go docs
Expand Down Expand Up @@ -96,7 +96,7 @@ generate: abigen codecgen mockery protoc ## Execute all go:generate commands.
cd ./integration-tests && go generate -x ./...
cd ./integration-tests/load && go generate -x ./...
cd ./dashboard-lib && go generate -x ./...
cd ./charts/chainlink-cluster && go generate -x ./...
cd ./crib && go generate -x ./...

.PHONY: testscripts
testscripts: chainlink-test ## Install and run testscript against testdata/scripts/* files.
Expand Down
7 changes: 0 additions & 7 deletions charts/chainlink-cluster/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions charts/chainlink-cluster/.helmignore

This file was deleted.

15 changes: 0 additions & 15 deletions charts/chainlink-cluster/Chart.lock

This file was deleted.

22 changes: 0 additions & 22 deletions charts/chainlink-cluster/Chart.yaml

This file was deleted.

174 changes: 0 additions & 174 deletions charts/chainlink-cluster/README.md

This file was deleted.

Loading

0 comments on commit b65f2e0

Please sign in to comment.