Skip to content

Commit

Permalink
Remove unused chart, and fix wts check
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Jan 25, 2023
1 parent de60365 commit bc4601a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
- name: wts
version: "0.1.0"
repository: "file://../wts"
condition: wts.disabled
condition: wts.enabled
- name: common
version: 0.1.0
repository: file://../common
Expand All @@ -88,10 +88,6 @@ dependencies:
version: 11.9.13
repository: "https://charts.bitnami.com/bitnami"
condition: global.postgres.dev
- name: gen3-test-data-job
version: 0.1.0
repository: file://../gen3-test-data-job
condition: db_restore.enabled

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
1 change: 0 additions & 1 deletion helm/gen3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Helm chart to deploy Gen3 Data Commons
| file://../common | common | 0.1.0 |
| file://../elasticsearch | elasticsearch | 0.1.0 |
| file://../fence | fence | 0.1.0 |
| file://../gen3-test-data-job | gen3-test-data-job | 0.1.0 |
| file://../guppy | guppy | 0.1.0 |
| file://../hatchery | hatchery | 0.1.0 |
| file://../indexd | indexd | 0.1.0 |
Expand Down

0 comments on commit bc4601a

Please sign in to comment.