Releases: tryretool/retool-helm
Releases · tryretool/retool-helm
v4.9.0
What's Changed
- Support ingressClassName by @notwedtm in #48
- Allow more than one hostname for ingress by @stpierre in #44
- Allow for different annotations/labels for job runners and backend pods by @stpierre in #45
New Contributors
Full Changelog: v4.8.0...v4.9.0
v4.7.0
- Add escape hatch for extra manifests + support for env vars from secrets (#35)
- Updated ingress object api version to support k8s ingress v1.22 (#38)
- Remove references to AppVersion (#33)
v4.5.0
Added
- Changed default value for
useInsecureCookies
to false
(#19)
- Removed the
appVersion
from the chart (#20)
v4.4.0
Added
- Editable
failureThreshold
for backend deployment liveness check (#16)
Fixed
postgresql.ssl_enabled
was not being used in the jobs runner deployment. This would cause migrations to fail to run for any db that required SSL. (#16)
v4.3.0
Added
- Support for PodDisruptionBudgets (#8)
- New values for specifying a specific k8s secret name for each of the secrets (#15)
v4.2.0
- Default to chart appVersion if image tag is empty (#7)
Service accounts
- Create a service account by default (#5)