Releases: gruntwork-io/helm-kubernetes-services
Releases · gruntwork-io/helm-kubernetes-services
v0.0.12
14 Dec 00:02
Compare
Sorry, something went wrong.
No results found
Charts affected
Description
You can now optionally request to create the ServiceAccount directly from the chart, using the new serviceAccount.create parameter.
You can now optionally configure horizontal pod autoscalers using the horizontalPodAutoscaler parameter.
Special thanks
Special thanks to @AechGG for their contribution!
Related links
v0.0.11
29 Oct 00:01
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
Description
You can now specify google.managedCertificate to deploy a Google Managed SSL Certificate.
Related links
v0.0.4
19 Aug 17:00
Compare
Sorry, something went wrong.
No results found
Charts affected
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
Compare
Sorry, something went wrong.
No results found
Charts affected
Description
This release fixes a bug in the resource definition for the PodDisruptionBudget.
Related links