Skip to content

Commit

Permalink
Update chart version for 2.2 release (#369)
Browse files Browse the repository at this point in the history
* Update chart version

* Fix lint action

* fix lint error
  • Loading branch information
komalsukhani authored Dec 9, 2024
1 parent 2dfc8ab commit 6a0e67b
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.x'
check-latest: true

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
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: 2.1.0
version: 2.2.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: 2.1.0
version: 2.2.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: 2.1.0
version: 2.2.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: 2.1.0
version: 2.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
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: 2.1.0
version: 2.2.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
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: 2.1.0
version: 2.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
Expand Down
18 changes: 9 additions & 9 deletions tyk-control-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 2.1.0
version: 2.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 2.1.0
version: 2.2.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 2.1.0
version: 2.2.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 2.1.0
version: 2.2.0
- name: tyk-mdcb
repository: file://../components/tyk-mdcb
version: 2.1.0
version: 2.2.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 2.1.0
version: 2.2.0
- name: tyk-operator
repository: file://../components/tyk-operator
version: 1.0.0
digest: sha256:18d0167d0fea0dc000ff9d26b2ffb34a1e66732b411e69117876fd6dd556f675
generated: "2024-10-10T18:18:34.215434+03:00"
version: 1.1.0
digest: sha256:de082dc1231c7b74ff24679b9f8999eae0fae16f5d3757b1aa43e349b9c16d0a
generated: "2024-12-09T15:53:05.632891+05:30"
16 changes: 8 additions & 8 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: 2.1.0
version: 2.2.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,27 +27,27 @@ keywords:
- mdcb
dependencies:
- name: tyk-gateway
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-bootstrap
- name: tyk-mdcb
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-mdcb
- name: tyk-dev-portal
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
- name: tyk-operator
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-operator
condition: global.components.operator
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: 2.1.0
version: 2.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 2.1.0
digest: sha256:61191ab189be4c60fd6d38120c4d460b67552442c4d2f1d9bb2ececef555914a
generated: "2024-10-10T18:18:17.382474+03:00"
version: 2.2.0
digest: sha256:995e2522cf7e71a98af4141cebc54f5a985b27fa656d1e2fb0cc16312f015ba2
generated: "2024-12-09T15:53:16.199901+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: 2.1.0
version: 2.2.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: 2.1.0
version: 2.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
10 changes: 5 additions & 5 deletions tyk-oss/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 2.1.0
version: 2.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 2.1.0
version: 2.2.0
- name: tyk-operator
repository: file://../components/tyk-operator
version: 1.0.0
digest: sha256:8e47697121955d6dac3bfe43e0a837700dbb7ac8b6a0206912a36817d8959cab
generated: "2024-10-10T18:18:26.494985+03:00"
version: 1.1.0
digest: sha256:368d36a8633201dfdb53996fee0ff58a43684a826a14f44e740463af0619a8f3
generated: "2024-12-09T15:53:38.47082+05:30"
8 changes: 4 additions & 4 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: 2.1.0
version: 2.2.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
Expand All @@ -36,14 +36,14 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-operator
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-operator
condition: global.components.operator
annotations:
Expand Down
16 changes: 8 additions & 8 deletions tyk-stack/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: 2.1.0
version: 2.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 2.1.0
version: 2.2.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 2.1.0
version: 2.2.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 2.1.0
version: 2.2.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 2.1.0
version: 2.2.0
- name: tyk-operator
repository: file://../components/tyk-operator
version: 1.0.0
digest: sha256:1179cf6f4a782fee3d942e1c674dd1614032e3c5764716b94409376df324bda9
generated: "2024-10-10T18:18:11.639622+03:00"
version: 1.1.0
digest: sha256:58b90b605a9dfe2a37833df30225dfb3605e86fda7bd13441817888818958d74
generated: "2024-12-09T15:53:50.7735+05:30"
14 changes: 7 additions & 7 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: 2.1.0
version: 2.2.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,24 +25,24 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 2.1.0
version: 2.2.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
- name: tyk-operator
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-operator
condition: global.components.operator
annotations:
Expand Down
2 changes: 1 addition & 1 deletion tyk-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ tyk-dashboard:
# to avoid bootstrap job failure because of the OPA policy restrictions.
# It is used to set TYK_DB_SECURITY_ALLOWADMINRESETPASSWORD
allowAdminPasswordReset: true

# replicaCount specifies number of replicas to be created if kind is Deployment.
replicaCount: 1

Expand Down

0 comments on commit 6a0e67b

Please sign in to comment.