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

Cleanup chainlink-cluster chart #12950

Merged
merged 5 commits into from
Apr 25, 2024
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
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
Loading