- Potentially breaking: Add release namespace to all resources to work with
helm template
See helm/helm#5465 for more information. - Add
app.kubernetes.io/component
label to components to make selection easier. - Specify scavenging image in values.
- Fix scavenging when admin password is not set.
- Fix persistent volume on StatefulSet for existing claim.
- Add documentation on how to resize the PVC.
- Set
spec.updateStrategy.type
toRollingUpdate
in StatefulSet
- Add serviceName to the eventstore statefulset
- Fix port-forward by only advertising address for multiple nodes
- Make dns resolver configurable
- Add manifests that allow the user to schedule a scavenging CronJob
- Make pod annotations configurable
- execute post-install script also on post-upgrade
- set EVENTSTORE_EXT_IP to '0.0.0.0' (fixes
kubectl port-forward
)
- Increase deadline for post install job
- Replace int-http-port with ext-tcp-port in eventstore-service
- Initial release