diff --git a/README.md b/README.md
index 4a2b112e..9ec06196 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ This is a repository for new Tyk helm charts. We will roll out new component cha
## Umbrella Charts
Helm umbrella chart (chart of charts) is an easy and really flexible way of installing multiple components as a single one. We have following umbrella charts that help you to install group of related tyk components based on your deployment need.
-| Umbrella Charts | Description | Status |
-|-----------------|-------------|--------|
-| [tyk-oss](./tyk-oss) | Tyk Open Source | Stable |
-| [tyk-stack](./tyk-stack) | Tyk Self Managed | Beta |
-| tyk-control-plane | Tyk Self Managed (MDCB) Control Plane | Coming Soon |
-| [tyk-data-plane](./tyk-data-plane) | Tyk Self Managed (MDCB) Data Plane
Tyk Hybrid Data Plane | Stable |
+| Umbrella Charts | Description | Status |
+|------------------------------------|---------------------------------------------------------------|-------------|
+| [tyk-oss](./tyk-oss) | Tyk Open Source | Stable |
+| [tyk-stack](./tyk-stack) | Tyk Self Managed | Stable |
+| tyk-control-plane | Tyk Self Managed (MDCB) Control Plane | Coming Soon |
+| [tyk-data-plane](./tyk-data-plane) | Tyk Self Managed (MDCB) Data Plane
Tyk Hybrid Data Plane | Stable |
## Component Charts
* [tyk-gateway](./components/tyk-gateway)
diff --git a/components/tyk-bootstrap/Chart.yaml b/components/tyk-bootstrap/Chart.yaml
index 8ba6100c..2b584bc9 100644
--- a/components/tyk-bootstrap/Chart.yaml
+++ b/components/tyk-bootstrap/Chart.yaml
@@ -15,7 +15,7 @@ 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: 1.0.0-beta6
+version: 1.0.0
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap
diff --git a/components/tyk-dashboard/Chart.yaml b/components/tyk-dashboard/Chart.yaml
index 08454f49..c43ccb32 100644
--- a/components/tyk-dashboard/Chart.yaml
+++ b/components/tyk-dashboard/Chart.yaml
@@ -21,7 +21,7 @@ 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: 1.0.0-beta6
+version: 1.0.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dashboard
diff --git a/components/tyk-dev-portal/Chart.yaml b/components/tyk-dev-portal/Chart.yaml
index 42ce2b88..29ff3935 100644
--- a/components/tyk-dev-portal/Chart.yaml
+++ b/components/tyk-dev-portal/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-dev-portal
-version: 1.0.0-beta1
+version: 1.0.0
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
diff --git a/components/tyk-gateway/Chart.yaml b/components/tyk-gateway/Chart.yaml
index fef48a8f..408dc98e 100644
--- a/components/tyk-gateway/Chart.yaml
+++ b/components/tyk-gateway/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-gateway
-version: 1.1.0
+version: 1.2.0
description: A Helm chart for deploying the open source Tyk Gateway.
Tyk Gateway is a fully open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols.
Tyk Gateway is provided ‘Batteries-included’, with no feature lockout. It enables organisations and businesses around
diff --git a/components/tyk-pump/Chart.yaml b/components/tyk-pump/Chart.yaml
index a929c5cf..c488d405 100644
--- a/components/tyk-pump/Chart.yaml
+++ b/components/tyk-pump/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-pump
-version: 1.1.0
+version: 1.2.0
description: A Helm chart for deploying the open source Tyk Pump.
Tyk Pump is a pluggable analytics purger to move Analytics generated by Tyk Gateway to any back-end.
icon: https://tyk.io/wp-content/uploads/2023/11/Tyk-helm-icon-02.png
diff --git a/tyk-data-plane/Chart.lock b/tyk-data-plane/Chart.lock
index 8f502c55..2cec129b 100644
--- a/tyk-data-plane/Chart.lock
+++ b/tyk-data-plane/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
- version: 1.1.0
+ version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
- version: 1.1.0
-digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
-generated: "2023-10-31T18:01:24.605787+05:30"
+ version: 1.2.0
+digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
+generated: "2023-12-08T16:32:27.91299+03:00"
diff --git a/tyk-data-plane/Chart.yaml b/tyk-data-plane/Chart.yaml
index 807565ef..cb11aabb 100644
--- a/tyk-data-plane/Chart.yaml
+++ b/tyk-data-plane/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-data-plane
-version: 1.0.0
+version: 1.1.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.
@@ -28,10 +28,10 @@ keywords:
- tyk mdcb data plane
dependencies:
- name: tyk-gateway
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
diff --git a/tyk-oss/Chart.lock b/tyk-oss/Chart.lock
index f28b0424..b0979c89 100644
--- a/tyk-oss/Chart.lock
+++ b/tyk-oss/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
- version: 1.1.0
+ version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
- version: 1.1.0
-digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
-generated: "2023-10-31T18:01:07.898109+05:30"
+ version: 1.2.0
+digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
+generated: "2023-12-08T16:32:34.475831+03:00"
diff --git a/tyk-oss/Chart.yaml b/tyk-oss/Chart.yaml
index ffba3f3f..39b5046b 100644
--- a/tyk-oss/Chart.yaml
+++ b/tyk-oss/Chart.yaml
@@ -19,7 +19,7 @@ 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: 1.1.0
+version: 1.2.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
@@ -36,10 +36,10 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
diff --git a/tyk-stack/Chart.lock b/tyk-stack/Chart.lock
index 2d726d27..38477cf7 100644
--- a/tyk-stack/Chart.lock
+++ b/tyk-stack/Chart.lock
@@ -1,18 +1,18 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
- version: 1.1.0
+ version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
- version: 1.1.0
+ version: 1.2.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
- version: 1.0.0-beta6
+ version: 1.0.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
- version: 1.0.0-beta6
+ version: 1.0.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
- version: 1.0.0-beta1
-digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b
-generated: "2023-10-31T18:01:35.485869+05:30"
+ version: 1.0.0
+digest: sha256:625db0998bacfa662460be7ae7717a94b730bfebafb92ad2c4cdec220e770e03
+generated: "2023-12-08T16:25:32.458496+03:00"
diff --git a/tyk-stack/Chart.yaml b/tyk-stack/Chart.yaml
index 1cc55c37..ac1e7079 100644
--- a/tyk-stack/Chart.yaml
+++ b/tyk-stack/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-stack
-version: 1.0.0-beta1
+version: 1.0.0
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.
@@ -25,20 +25,20 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
- version: 1.1.0
+ version: 1.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
- version: 1.0.0-beta6
+ version: 1.0.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
- version: 1.0.0-beta6
+ version: 1.0.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
- version: 1.0.0-beta1
+ version: 1.0.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations: