Releases: gruntwork-io/helm-kubernetes-services
v0.2.10
Charts affected
k8s-service
Description
Added the ability to configure custom container lifecycle hooks on the Pods using the new lifecycleHooks
input value. Note that configuring a custom preStop
lifecycle hook takes precedence over the existing shutdownDelay
configuration. Refer to the input value documentation for lifecycleHooks
in the values.yaml file for more information.
Related links
v0.2.9
v0.2.8
Charts affected
k8s-service
Description
Updated the chart to allow specifying a sub path for the volume mount for ConfigMap
.
Special thanks
Special thanks to @bobalong79 for their contribution!
Related links
v0.2.7
v0.2.6
Charts affected
k8s-service
Description
Added ability to configure terminationGracePeriodSeconds
.
Special thanks
Special thanks to @martinhutton and @meganjohn for their contribution!
Related links
v0.2.5
Charts affected
k8s-service
Description
Added ability to configure emptyDirs
that are backed by the worker node disk, rather than tmpfs
.
Special thanks
Special thanks to @jonnymatts-global for their contribution!
Related links
v0.2.4
Charts affected
k8s-service
Description
Added ability to configure initContainers
on the Deployment
using the new input initContainers
.
Special thanks
Special thanks to @davidlivingrooms for their contribution!