Skip to content

Commit

Permalink
[TT-11254] Update chart versions (#290)
Browse files Browse the repository at this point in the history
* Update versions

* Update readme
  • Loading branch information
komalsukhani authored May 6, 2024
1 parent 3abe8e1 commit 7d741a6
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion components/tyk-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ 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.3.0
version: 1.4.0
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap
2 changes: 1 addition & 1 deletion components/tyk-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
version: 1.4.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dashboard
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-dev-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-dev-portal
version: 1.3.0
version: 1.4.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
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-gateway
version: 1.3.0
version: 1.4.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
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-mdcb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-mdcb
version: 1.3.0-beta
version: 1.4.0
description: A Helm chart for deploying Tyk MDCB.
icon: https://tyk.io/wp-content/uploads/2023/11/Tyk-helm-icon-02.png
home: https://tyk.io/
Expand Down
8 changes: 4 additions & 4 deletions components/tyk-mdcb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install the chart from the Helm repository in namespace `tyk` with the releas

```bash
helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/
helm show values tyk-helm/tyk-mdcb --devel > values.yaml
helm show values tyk-helm/tyk-mdcb > values.yaml
```

Note:
Expand All @@ -36,7 +36,7 @@ Note:
* The Tyk MDCB also requires a license to be set at `.Values.mdcb.license`

```bash
helm install tyk-mdcb tyk-helm/tyk-mdcb -n tyk --create-namespace -f values.yaml --devel
helm install tyk-mdcb tyk-helm/tyk-mdcb -n tyk --create-namespace -f values.yaml
```

## Uninstalling the Chart
Expand All @@ -50,7 +50,7 @@ This removes all the Kubernetes components associated with the chart and deletes
## Upgrading Chart

```bash
helm upgrade tyk-mdcb tyk-helm/tyk-mdcb -n tyk --devel
helm upgrade tyk-mdcb tyk-helm/tyk-mdcb -n tyk
```

## Configuration
Expand All @@ -60,7 +60,7 @@ To get all configurable options with detailed comments:

```bash
helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/
helm show values tyk-helm/tyk-mdcb --devel > values.yaml
helm show values tyk-helm/tyk-mdcb > values.yaml
```

You can update any value in your local values.yaml file and use `-f [filename]` flag to override default values during installation.
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-pump/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-pump
version: 1.3.0
version: 1.4.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
Expand Down
16 changes: 8 additions & 8 deletions tyk-control-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.3.0
version: 1.4.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.3.0
version: 1.4.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.3.0
version: 1.4.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.3.0
version: 1.4.0
- name: tyk-mdcb
repository: file://../components/tyk-mdcb
version: 1.3.0-beta
version: 1.4.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.3.0
digest: sha256:053d4dc7b97c2993e4718b3dafc846e1bf884b53e05ce2fe399028f757b2f28a
generated: "2024-04-05T15:58:23.295665+03:00"
version: 1.4.0
digest: sha256:2e6bf2a59a937a32f06ac8286e29dddcf1c02f75053118f76d3b044df49f90eb
generated: "2024-05-06T17:30:10.223133+05:30"
14 changes: 7 additions & 7 deletions tyk-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-control-plane
version: 1.3.0-beta
version: 1.4.0
description: |
A Helm chart for deploying Tyk Control Plane on a cluster.
It will deploy all required Tyk components with the settings provided in the values.yaml file.
Expand All @@ -27,23 +27,23 @@ keywords:
- mdcb
dependencies:
- name: tyk-gateway
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-bootstrap
- name: tyk-mdcb
version: 1.3.0-beta
version: 1.4.0
repository: file://../components/tyk-mdcb
- name: tyk-dev-portal
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations:
Expand Down
8 changes: 4 additions & 4 deletions tyk-data-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.3.0
version: 1.4.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.3.0
digest: sha256:0d2d1a33c917b0252c8b174dbbbed455bb62f7f6312f9e36b27616b33e5dca75
generated: "2024-04-05T15:45:17.995174+03:00"
version: 1.4.0
digest: sha256:3fbbe22d53aaf78ae796c731d4f2d58e72b7516c017f0bce4944a51710711816
generated: "2024-05-06T17:30:25.004252+05:30"
6 changes: 3 additions & 3 deletions tyk-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-data-plane
version: 1.3.0
version: 1.4.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.
Expand Down Expand Up @@ -28,10 +28,10 @@ keywords:
- tyk mdcb data plane
dependencies:
- name: tyk-gateway
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
8 changes: 4 additions & 4 deletions tyk-oss/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.3.0
version: 1.4.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.3.0
digest: sha256:0d2d1a33c917b0252c8b174dbbbed455bb62f7f6312f9e36b27616b33e5dca75
generated: "2024-04-05T15:45:24.462193+03:00"
version: 1.4.0
digest: sha256:3fbbe22d53aaf78ae796c731d4f2d58e72b7516c017f0bce4944a51710711816
generated: "2024-05-06T17:29:47.174239+05:30"
6 changes: 3 additions & 3 deletions tyk-oss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
version: 1.4.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
Expand All @@ -36,10 +36,10 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
14 changes: 7 additions & 7 deletions tyk-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.3.0
version: 1.4.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.3.0
version: 1.4.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.3.0
version: 1.4.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.3.0
version: 1.4.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.3.0
digest: sha256:11fd8f99c59169718b49dcf208fe7e3cc448f6e5b98bd96d4bd020d7717dc484
generated: "2024-04-05T15:58:17.709605+03:00"
version: 1.4.0
digest: sha256:927e4df36fcd0d6053e6bd30190491139c047eb77ea12206d9a541c96c164b23
generated: "2024-05-06T17:29:58.773605+05:30"
12 changes: 6 additions & 6 deletions tyk-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-stack
version: 1.3.0
version: 1.4.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.
Expand All @@ -25,20 +25,20 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 1.3.0
version: 1.4.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations:
Expand Down

0 comments on commit 7d741a6

Please sign in to comment.