Releases: tryretool/retool-helm
v5.0.10
v5.0.8
What's Changed
- Updates deployment_jobs to correctly only run a semver comparison if the image tag matches a semver regex. by @mayzenator in #110
Full Changelog: v5.0.7...v5.0.8
Update postgresql container default to v13
What's Changed
- Update postgresql container version to 13 by @mayzenator in #104
Full Changelog: v5.0.4...v5.0.5
Update postgresql configs to be compatible with bitnami/postgresql v12.1.5
Versions [5.0.0,5.0.3] of this helm chart had misconfigured values if you had postgresql.enabled
set to true and were using the bitnami/postgresql container as your postgres instance. 5.0.4 makes our values.yaml file and other settings consistent with bitnami/postgresql 12.1.5.
If you are providing your own postgresql instance via postgresql.config
, your values should be unchanged.
Postgres auth and PVC updates
What's Changed
- Implement PVC by @BenjamynBaker in #89
- update default postgres credentials by @BenjamynBaker in #90
New Contributors
- @BenjamynBaker made their first contribution in #89
Full Changelog: v5.0.1...v5.0.2
v5.0.1
Major version bump for postgres dependency.
v4.11.9
Sets defaults for retool pod resources.
v4.11.8
Update postgresql subchart version past bitnami's recently unsupported releases.
v4.11.7
Fixes a bug where SSH resources would not work properly in multi-replica deployments.
v4.11.6
What's Changed
Fixes a bug where the $secret
store was not populated causing the helm install/upgrade
to fail due to trying to read a data member of a nil
object.
Full Changelog: v4.11.5...v4.11.6