forked from nemonik/heimdall2-helm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
17 lines (15 loc) · 931 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 3.1.0
Add an addiitonal values.yml section to provide cacerts
Added a init container that will process the provided cacerts, and a volume to deliver them to the Heimdall container
# 3.0.0
Move some attributes from 'data' to 'stringData' in heimdall-secrets @em-c-rod
Add several envvars and remove redundant ones @em-c-rod
Add support for the `ingressClassName` @lcotonea (thank you for the contribution!)
Documentation and helper script consistency and improvements @Amndeep7
Releases can now be triggered manually instead of only on-push to master @Amndeep7
Added remaining envvars @Amndeep7
Default initial delay in the liveness/readiness probes are 80s instead of 180s @Amndeep7
## BREAKING CHANGES
Some envvars are now sourced from the secrets resource instead of being plainly available @Amndeep7
Commented out the traefik annotations @Amndeep7
Helm chart version and app version are now appropriately desynced @Amndeep7