Skip to content

Releases: gruntwork-io/helm-kubernetes-services

v0.2.19

20 Mar 00:25
d904d8f
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Add support for priorityClassName in pod templates.

Special thanks

Special thanks to @reynoldsme for their contribution!

Related links

v0.2.18

01 Feb 16:00
628c207
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Add support for hostAliases in pod templates.

Special thanks

Special thanks to @greysond for their contribution!

Related links

v0.2.17

25 Jan 12:24
60b626c
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Use autoscaling/v2 API in HPA for Kubernetes versions >= 1.23.

Special thanks

Special thanks to @paul-pop for their contribution!

Related links

v0.2.16

04 Nov 05:21
cd1f8a3
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Updated the chart to allow specifying a sub path for the volume mount for Secret.

Related links

v0.2.15

18 Oct 12:46
134eb6b
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Update k8s-service Helm Chart to allow configuration of traffic policies for the created K8S Service.

Special thanks

Special thanks to @denis256 for their contribution!

Related links

v0.2.14

12 Aug 05:23
67a53e5
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Added new input parameter containerArgs that can be used to define custom args that should be passed to the deployment spec. It behaves exactly as the containerCommand, the only difference is that it will populate the args instead of the command in the spec.

Special thanks

Special thanks to @thiagosalvatore for their contribution!

Related links

v0.2.13

27 Jun 16:14
95f3bf4
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Added support for configuring cluster ip on service. This will allow you to configure a headless Kubernetes service.

Related links

v0.2.12

09 Feb 21:22
a3662ea
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Fixed bug where number based service port settings on ingress were not being interpreted correctly as number when set in values.yaml.

Related links

v0.2.11

19 Jan 21:06
8933640
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

Added the ability to configure session affinity on the Service.

Special thanks

Special thanks to @tdharris for their contribution!

Related links

v0.2.10

10 Jan 21:07
6e832c5
Compare
Choose a tag to compare

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