Skip to content

Releases: gruntwork-io/helm-kubernetes-services

v0.0.11

29 Oct 00:01
71c20db
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

You can now optionally deploy your service with a Prometheus ServiceMonitor using the new serviceMonitor input value.

Special thanks

Special thanks to @efernandes-ANDigital for their contribution!

Related links

v0.0.10

14 Oct 16:51
58ca8cb
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • You can now set a different service account for the Pods using the new serviceAccount input value.
  • You can now disable port exposure of the containers by disabling the containerPorts. Previously the disabled flag was ignored.

Related links

v0.0.9

23 Sep 20:39
3b6ebe7
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

This release fixes two bugs:

  • #40: sideCarContainers did not render correctly in the deployment
  • #37: additionalPaths and additionalPathsHigherPriority required a serviceName when using with hosts.

Related links

v0.0.8

20 Sep 19:26
ed598b2
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • The k8s-service chart now supports injecting the projected Service Account token and environment variables into the Pod for the IAM Roles for Service Account feature in AWS EKS.

Related links

v0.0.7

28 Aug 05:58
f949e87
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • Fix Ingress tls configuration issue that prevented chart from deploying
  • Security Context is now configurable, using the securityContext input map.

Related links

v0.0.6

23 Aug 16:15
5ca129c
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • You can now specify the container command to run when deploying the app, using the containerCommand input value.
  • The google managed certificate name is now configurable, using the google.managedCertificate.name input value.

Related links

v0.0.5

22 Aug 05:44
1a06b26
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • You can now specify google.managedCertificate to deploy a Google Managed SSL Certificate.

Related links

v0.0.4

19 Aug 17:00
5c0b718
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

  • You can now specify imagePullSecrets on the k8s-service chart to specify which Secret to use when pulling down container images. This is useful when authenticating the container engine to a private registry.
  • You can now directly append to the Ingress paths, using the additionalPaths and additionalPathsHigherPriority input values. See the README for more information.

Related links

v0.0.3

15 Apr 17:14
687896b
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

This release fixes a bug in the resource definition for the PodDisruptionBudget.

Related links

v0.0.2

12 Apr 14:05
08cf42d
Compare
Choose a tag to compare

Charts affected

  • k8s-service

Description

This release fixes a bug where the ingress features were not working.

Related links