From 05b8c48d4e156ee2d27df1c39ebb4deaa6ee3661 Mon Sep 17 00:00:00 2001 From: Komal Sukhani Date: Wed, 1 Nov 2023 13:44:12 +0530 Subject: [PATCH] Move version line for new charts to the top (#156) * Move version line * Move version line again --- components/tyk-dev-portal/Chart.yaml | 11 +---------- tyk-data-plane/Chart.yaml | 11 +---------- tyk-stack/Chart.yaml | 11 +---------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/components/tyk-dev-portal/Chart.yaml b/components/tyk-dev-portal/Chart.yaml index ff8bdd9e..f9ab4b61 100644 --- a/components/tyk-dev-portal/Chart.yaml +++ b/components/tyk-dev-portal/Chart.yaml @@ -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 diff --git a/tyk-data-plane/Chart.yaml b/tyk-data-plane/Chart.yaml index f63dcdc5..fd462ee3 100644 --- a/tyk-data-plane/Chart.yaml +++ b/tyk-data-plane/Chart.yaml @@ -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 diff --git a/tyk-stack/Chart.yaml b/tyk-stack/Chart.yaml index 79965f0b..ce5e2ce4 100644 --- a/tyk-stack/Chart.yaml +++ b/tyk-stack/Chart.yaml @@ -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. @@ -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