Skip to content

Commit

Permalink
Merge pull request #38 from WorldHealthOrganization/feat/chart-consol…
Browse files Browse the repository at this point in the history
…idation

Consolidating separate charts into single main chart
  • Loading branch information
tence authored Jun 18, 2024
2 parents b19524b + db62f61 commit 511d290
Show file tree
Hide file tree
Showing 26 changed files with 594 additions and 1,127 deletions.
12 changes: 2 additions & 10 deletions k8s/helm/tngkds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tngkds
description: A Helm chart for Kubernetes
description: A Helm chart for TNG Key Distribution Service

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,18 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"

dependencies:
- name: tngkds-postgres
condition: global.tngkds_postgres.enabled
version: 0.1.0
- name: tngkds-backend
condition: global.tngkds_backend.enabled
version: 0.1.0
121 changes: 84 additions & 37 deletions k8s/helm/tngkds/README.md

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions k8s/helm/tngkds/charts/tngkds-backend/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions k8s/helm/tngkds/charts/tngkds-backend/Chart.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions k8s/helm/tngkds/charts/tngkds-backend/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions k8s/helm/tngkds/charts/tngkds-backend/templates/_helpers.tpl

This file was deleted.

178 changes: 0 additions & 178 deletions k8s/helm/tngkds/charts/tngkds-backend/values.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions k8s/helm/tngkds/charts/tngkds-postgres/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions k8s/helm/tngkds/charts/tngkds-postgres/Chart.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions k8s/helm/tngkds/charts/tngkds-postgres/README.md

This file was deleted.

Loading

0 comments on commit 511d290

Please sign in to comment.