Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TT-10135] update chart version for release #155

Merged
merged 19 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions components/tyk-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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-beta5
version: 1.0.0-beta6
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap
- 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 @@ -20,7 +20,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-beta5
version: 1.0.0-beta6
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dashboard
Expand Down
4 changes: 0 additions & 4 deletions components/tyk-dev-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ description: |
# 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

# 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-beta1
home: https://tyk.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-enterprise-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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-beta4
version: 1.0.0-beta5

deprecated: true
annotations:
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.0.0
version: 1.1.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-pump/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-pump
version: 1.0.0
version: 1.1.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.
home: https://tyk.io/
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.0.0
version: 1.1.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0
digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633
generated: "2023-08-04T10:39:57.484183+03:00"
version: 1.1.0
digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
generated: "2023-10-31T18:01:24.605787+05:30"
8 changes: 2 additions & 6 deletions tyk-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ description: |
# 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

# 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
home: https://tyk.io/
sources:
Expand All @@ -40,10 +36,10 @@ keywords:
- tyk mdcb data plane
dependencies:
- name: tyk-gateway
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
8 changes: 4 additions & 4 deletions tyk-mdcb-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.0.0
version: 1.1.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0
digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633
generated: "2023-08-04T10:39:57.484183+03:00"
version: 1.1.0
digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
generated: "2023-10-31T18:02:54.854616+05:30"
6 changes: 3 additions & 3 deletions tyk-mdcb-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ 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
version: 1.1.0
deprecated: true

dependencies:
- name: tyk-gateway
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-pump
condition: global.components.pump

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.0.0
version: 1.1.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0
digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633
generated: "2023-08-04T10:39:46.522132+03:00"
version: 1.1.0
digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
generated: "2023-10-31T18:01:07.898109+05:30"
6 changes: 3 additions & 3 deletions tyk-oss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
version: 1.1.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
Expand All @@ -35,10 +35,10 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
18 changes: 9 additions & 9 deletions tyk-single-dc/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.0.0
version: 1.1.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0
version: 1.1.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0-beta5
version: 1.0.0-beta6
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0-beta5
- name: tyk-enterprise-portal
repository: file://../components/tyk-enterprise-portal
version: 1.0.0-beta4
digest: sha256:acef3f84364f205987e5863760853e5acc99983d3d2439f6c8ba33639c13ddb1
generated: "2023-10-30T11:40:24.763664+05:30"
version: 1.0.0-beta6
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.0.0-beta1
digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b
generated: "2023-11-01T12:51:10.752782+05:30"
16 changes: 8 additions & 8 deletions tyk-single-dc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ 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-beta7
deprecated: true
dependencies:
- name: tyk-gateway
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.0.0-beta5
version: 1.0.0-beta6
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.0.0-beta5
version: 1.0.0-beta6
repository: file://../components/tyk-bootstrap
- name: tyk-enterprise-portal
version: 1.0.0-beta4
repository: file://../components/tyk-enterprise-portal
- name: tyk-dev-portal
version: 1.0.0-beta1
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal

annotations:
Expand Down
2 changes: 1 addition & 1 deletion tyk-single-dc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ global:
connectionURLSecret:
name: "yourSecret"
keyName: "redisPassKey"
```
```
8 changes: 2 additions & 6 deletions tyk-single-dc/values.yaml
komalsukhani marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -774,13 +774,9 @@ tyk-dashboard:
cert_file: "/etc/certs/tyk-dashboard/tls.crt"
key_file: "/etc/certs/tyk-dashboard/tls.key"

tyk-enterprise-portal:
# Default values for tyk-enterprise-portal.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

tyk-dev-portal:
# The hostname to bind the Developer Portal to.
hostName: tyk-enterprise-portal.local
hostName: tyk-dev-portal.local
# Developer Portal license.
license: ""
# Developer portal can be deployed as StatefulSet or as Deployment
Expand Down
12 changes: 6 additions & 6 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.0.0
version: 1.1.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0
version: 1.1.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0-beta5
version: 1.0.0-beta6
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0-beta5
version: 1.0.0-beta6
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.0.0-beta1
digest: sha256:4dd1208e0d2e4db2f0a441cc3fdf417262eb77303ceb9810a6240764c7cf589f
generated: "2023-10-30T13:18:33.878319+05:30"
digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b
generated: "2023-10-31T18:01:35.485869+05:30"
12 changes: 4 additions & 8 deletions tyk-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ description: |
# 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

# 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-beta1
home: https://tyk.io/
sources:
Expand All @@ -37,17 +33,17 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0
version: 1.1.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.0.0-beta5
version: 1.0.0-beta6
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.0.0-beta5
version: 1.0.0-beta6
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 1.0.0-beta1
Expand Down