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

Tyk Helm Chart 0.14.1

Compare
Choose a tag to compare
@andrei-tyk andrei-tyk released this 18 Jul 15:27
· 14 commits to master since this release
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