This repository was archived by the owner on Oct 1, 2024. It is now read-only.
v0.11.0
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)
invalues.yaml
file. It is used to setPodSecurityContext
field of corresponding
deployments. #220
Fixed:
Deleted:
- Deleted scripts used in bootstrapping. #226