Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Releases: TykTechnologies/tyk-helm-chart

Tyk Helm Chart 0.15.0

Choose a tag to compare

@komalsukhani komalsukhani released this 06 May 11:22

Updated

Deprecated charts.

Tyk Helm Chart 0.14.3

Choose a tag to compare

@carolwkc carolwkc released this 05 Jan 09:00

Fixed

  • Fix mount volume setup failure when Gateway TLS is disabled

Tyk Helm Chart 0.14.2

Choose a tag to compare

@carolwkc carolwkc released this 04 Jan 13:11
df099db

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

Choose a tag to compare

@andrei-tyk andrei-tyk released this 18 Jul 15:27
0537f52

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

Choose a tag to compare

@komalsukhani komalsukhani released this 17 Apr 08:26

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

Choose a tag to compare

@buraksekili buraksekili released this 20 Dec 07:59

What's Changed

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

v0.13.1

Choose a tag to compare

@komalsukhani komalsukhani released this 02 Dec 06:56

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

Choose a tag to compare

@andrei-tyk andrei-tyk released this 24 Nov 12:14
adf7e9c

What's Changed

v0.12.0

Choose a tag to compare

@andrei-tyk andrei-tyk released this 20 Oct 12:11

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

Choose a tag to compare

@carolwkc carolwkc released this 06 Oct 13:54

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