Skip to content

Releases: TykTechnologies/tyk-helm-chart

Tyk Helm Chart 0.15.0

06 May 11:22
Compare
Choose a tag to compare

Updated

Deprecated charts.

Tyk Helm Chart 0.14.3

05 Jan 09:00
Compare
Choose a tag to compare

Fixed

  • Fix mount volume setup failure when Gateway TLS is disabled

Tyk Helm Chart 0.14.2

04 Jan 13:11
df099db
Compare
Choose a tag to compare

Fixed

  • Fix RPC error in sharded gateways by adding a condition that TLS secret is created only if gateway/MDCB TLS is enabled.
  • Make bootstrap jobs image and tag configurable. It is now set to v1.5.1 by default.
  • Fix enterprise portal liveness probe to /live and readiness probe to /ready.

Tyk Helm Chart 0.14.1

18 Jul 15:27
0537f52
Compare
Choose a tag to compare

Overview/Highlights

v0.14.1 fixed a number of issues for Enterprise Developer Portal. We have added support for SQLite deployment with persistent volume. The initialDelaySeconds for enterprise portal probes has been increased to 60s to allow enough time for the pod to startup. The dashboard service name is also fixed.

What’s Changed?

tyk-headless

Fixed

Fixed mount path for Policies

tyk-pro

Added

Added a SQLite persistent volume to enable enterprise portal to be installed or configured with SQLite.

Fixed

  • Fixed dashboard service name in enterprise portal statefulset so that enterprise portal can connect correctly to Tyk Dashboard.
  • Fixed typo of bootstrapJobName from bootsrap-post-install to bootstrap-post-install
  • Fixed enterprise portal secret name in pre-delete hook so that the enterprise portal secret could be successfully deleted by helm uninstall

Updated

  • Updated the enterprise portal default initialDelaySeconds for liveness and readiness probes to 60s to allow enough time for pod startup. This value is configurable at .Values.enterprisePortal.livenessProbe.initialDelaySeconds and .Values.enterprisePortal.readinessProbe.initialDelaySeconds

Compatibility Notes

Tested on Tyk v5.0 and Kubernetes v1.26.3, v1.25.2, v1.24.6, v1.23.12, v1.22.15, v1.21.14, v1.20.15

v0.14.0

17 Apr 08:26
Compare
Choose a tag to compare

What's new?

We have added some critical fixes and features to tyk-helm-chart:

  1. tyk-pro: Support for PostgreSQL in MDCB
  2. tyk-pro: Support for enterprise portal v1.2.0
  3. tyk-headless, tyk-hybrid, tyk-pro: Allow defining extra volume and volumeMounts

Change Log

Added

  • PostgreSQL support for MDCB #265
  • Add new fields to values.yaml files to allow defining extra volume and volumeMounts. #264 #268

Updated

  • Update versions of all the components to latest #255 #270
  • Updated image repository of charts to docker.tyk.io. #260 #266
  • Updated version of enterprise portal to v1.2.0 #273

Fixed

  • Typo in bootstrap job name in tyk-pro chart. #257
  • Failures happening while mounting files into components. #256
  • Missing volumeMount in Enterprise Portal’s StatefulSet. #267
  • Enable SSL for Uptime Mongo Pump if Mongo uses SSL #262

Tested on

  • Tyk v4.x, v5.0
  • Kubernetes v1.25.2, v1.24.6, v1.23.12, v1.22.15, v1.21.14, v1.20.15, v1.19.16

v0.13.2

20 Dec 07:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

02 Dec 06:56
Compare
Choose a tag to compare

What's Changed

  • Validate redis and mongo is not nil before using it's child fields by @komalsukhani in #250

Full Changelog: v0.13.0...v0.13.1

v0.13.0

24 Nov 12:14
adf7e9c
Compare
Choose a tag to compare

What's Changed

v0.12.0

20 Oct 12:11
Compare
Choose a tag to compare

Enterprise Portal Support release

This release allows for the installation of the Tyk Enterprise Portal using a helm upgrade command after the initial Tyk Stack has already been bootstrapped.

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

06 Oct 13:54
Compare
Choose a tag to compare

This release will facilitate Openshift users to deploy Tyk using Helm Chart.

  • Allow user to configure security context key/value pairs
  • Fix access rights problems for user running bootstrapping

Change Log

Added:

  • Added new bootstrapping tyk-bootstrap image to bootstrap Tyk Pro instead of
    scripts. #226
  • Added securityContext field for every component(Gateway, Dashboard, Pump, MDCB, TIB)
    in values.yaml file. It is used to set PodSecurityContext field of corresponding
    deployments. #220

Fixed:

  • Fixed Tyk Pro bootstrapping issues on Openshift environment #226 and #220

Deleted:

  • Deleted scripts used in bootstrapping. #226

Full Changelog