Skip to content

Commit

Permalink
Move version line for new charts to the top (#156)
Browse files Browse the repository at this point in the history
* Move version line

* Move version line again
  • Loading branch information
komalsukhani authored Nov 1, 2023
1 parent 7502a61 commit 05b8c48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
11 changes: 1 addition & 10 deletions components/tyk-dev-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
apiVersion: v2
name: tyk-dev-portal
version: 1.0.0-beta1
description: |
A Helm chart for deploying Tyk Enterprise Developer Portal on Kubernetes.
The Tyk Enterprise Developer Portal is the most flexible and straightforward way for API providers
to publish, monetise and drive the adoption of APIs. It provides a full-fledged CMS-like system that
enables you to serve all stages of API adoption: from the look and feel customisation to exposing APIs
and enabling third-party developers to register and use your APIs.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
version: 1.0.0-beta1
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dev-portal
Expand Down
11 changes: 1 addition & 10 deletions tyk-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
apiVersion: v2
name: tyk-data-plane
version: 1.0.0
description: |
A Helm chart for deploying a Tyk data plane for Tyk Self Managed MDCB or Tyk Cloud users.
It will deploy the data plane components that remotely connect to a MDCB control plane.
It includes the Tyk Gateway, an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols;
and Tyk Pump, an analytics purger that moves the data generated by your Tyk gateways to any back-end.
Furthermore, it has all the required modifications to easily connect to Tyk Cloud or Multi Data Center (MDCB) control plane.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
version: 1.0.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-data-plane
Expand Down
11 changes: 1 addition & 10 deletions tyk-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v2
name: tyk-stack
version: 1.0.0-beta1
description: |
A Helm chart for deploying Tyk Self Managed stack on a cluster.
It will deploy all required Tyk components with the settings provided in the values.yaml file.
Expand All @@ -8,17 +9,7 @@ description: |
Tyk Pump, an analytics purger that moves the data generated by your Tyk nodes to any back-end.
Tyk Dashboard, a license based component that provides GUI management interface and analytics platform for Tyk.
Tyk Developer Enterprise Portal, a full-fledged CMS-like system for API providers to publish, monetise and drive the adoption of APIs.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
version: 1.0.0-beta1
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-stack
Expand Down

0 comments on commit 05b8c48

Please sign in to comment.