diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2e996d59..2042d5ba 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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/chart-testing-action@v2.0.1 diff --git a/components/tyk-bootstrap/Chart.yaml b/components/tyk-bootstrap/Chart.yaml index 12f53feb..237162eb 100644 --- a/components/tyk-bootstrap/Chart.yaml +++ b/components/tyk-bootstrap/Chart.yaml @@ -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 diff --git a/components/tyk-dashboard/Chart.yaml b/components/tyk-dashboard/Chart.yaml index d90b5304..e4469762 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: 2.1.0 +version: 2.2.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 9e04d6ad..bda3f9d4 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: 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 diff --git a/components/tyk-gateway/Chart.yaml b/components/tyk-gateway/Chart.yaml index 666b316e..dec9c94b 100644 --- a/components/tyk-gateway/Chart.yaml +++ b/components/tyk-gateway/Chart.yaml @@ -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 diff --git a/components/tyk-mdcb/Chart.yaml b/components/tyk-mdcb/Chart.yaml index c5bff2f7..464e7df0 100644 --- a/components/tyk-mdcb/Chart.yaml +++ b/components/tyk-mdcb/Chart.yaml @@ -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/ diff --git a/components/tyk-pump/Chart.yaml b/components/tyk-pump/Chart.yaml index 8df0c263..acde02b7 100644 --- a/components/tyk-pump/Chart.yaml +++ b/components/tyk-pump/Chart.yaml @@ -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 diff --git a/tyk-control-plane/Chart.lock b/tyk-control-plane/Chart.lock index 80aadec1..874f8cbe 100644 --- a/tyk-control-plane/Chart.lock +++ b/tyk-control-plane/Chart.lock @@ -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" diff --git a/tyk-control-plane/Chart.yaml b/tyk-control-plane/Chart.yaml index af239520..574ed193 100644 --- a/tyk-control-plane/Chart.yaml +++ b/tyk-control-plane/Chart.yaml @@ -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. @@ -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: diff --git a/tyk-data-plane/Chart.lock b/tyk-data-plane/Chart.lock index 621073df..54ab98b0 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: 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" diff --git a/tyk-data-plane/Chart.yaml b/tyk-data-plane/Chart.yaml index cb197674..09b94adb 100644 --- a/tyk-data-plane/Chart.yaml +++ b/tyk-data-plane/Chart.yaml @@ -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. @@ -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: diff --git a/tyk-oss/Chart.lock b/tyk-oss/Chart.lock index e4367e3c..c617c60b 100644 --- a/tyk-oss/Chart.lock +++ b/tyk-oss/Chart.lock @@ -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" diff --git a/tyk-oss/Chart.yaml b/tyk-oss/Chart.yaml index 17edfdb1..6a13876a 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: 2.1.0 +version: 2.2.0 home: https://tyk.io/ sources: - https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss @@ -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: diff --git a/tyk-stack/Chart.lock b/tyk-stack/Chart.lock index 5888a088..4aee9c90 100644 --- a/tyk-stack/Chart.lock +++ b/tyk-stack/Chart.lock @@ -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" diff --git a/tyk-stack/Chart.yaml b/tyk-stack/Chart.yaml index 89fbc8d0..4799572c 100644 --- a/tyk-stack/Chart.yaml +++ b/tyk-stack/Chart.yaml @@ -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. @@ -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: diff --git a/tyk-stack/values.yaml b/tyk-stack/values.yaml index 3e646aec..6ac234ff 100644 --- a/tyk-stack/values.yaml +++ b/tyk-stack/values.yaml @@ -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