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

feat: Consolidating separate charts into single main chart #38

Merged
merged 2 commits into from
Jun 18, 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
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
Loading