Releases: gruntwork-io/helm-kubernetes-services
Releases · gruntwork-io/helm-kubernetes-services
v0.0.11
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
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
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
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
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
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
Charts affected
Description
- You can now specify
google.managedCertificate
to deploy a Google Managed SSL Certificate.
Related links
v0.0.4
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
Charts affected
Description
This release fixes a bug in the resource definition for the PodDisruptionBudget
.
Related links
v0.0.2
Charts affected
Description
This release fixes a bug where the ingress features were not working.
Related links