helm-kubernetes-services icon indicating copy to clipboard operation
helm-kubernetes-services copied to clipboard

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io

Results 24 helm-kubernetes-services issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** This helm template already offers us the possibility of overriding the `ENTRYPOINT` from the Dockerfile by using the `containerCommand` input variable. It is super nice,...

enhancement

## Description Adds support for statefulset deployments. This pull request introduces the following changes: - Adds an optional field called `workloadType` to `values.yaml`, where the default value is `deployment` but...

I would like to add support for Statefulset deployments to this helm chart. I believe this can be done with relatively few (and non-breaking?) changes: - Add an optional field...

enhancement

## Description This change is to allow the `containerImage.tag` key to support both SHA256 digest image values as well as standard tag labels like `master` or `latest`. When a SHA256...

## Description Added initial helm-chart for k8s-daemonset. ### Documentation ## TODOs Please ensure all of these TODOs are completed before asking for a review. - [ ] Ensure the branch...

## Description This PR attempts to address Issue #24 by providing a deployment bundle for running a single Kubernetes job. Requested by @rhoboat to review. WIP ### Documentation Inside `/helm/charts/k8s-job/README.md`...

**Describe the solution you'd like** https://github.com/gruntwork-io/helm-kubernetes-services/issues/24 is for tracking a new helm chart for packaging applications into a `Job` or `CronJob`, assuming that is the main deployment model of the...

enhancement

Is there a way to define cronjobs in this setup. also we have some pre-install preupgrade jobs that we would like to run is there a mechanism for that ?...

needs design
p:backlog

**Describe the solution you'd like** We are looking at adding entries to /etc/hosts of our pods. We'd like to take advantage of the hostAliases configuration we can add to a...

enhancement
good first issue