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

v0.11.0

Compare
Choose a tag to compare
@caroltyk caroltyk released this 06 Oct 13:54
· 60 commits to master since this release

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