helm-charts
helm-charts copied to clipboard
### Expected Behavior Ideally there shouldn't be any error after executing Helm Lint. ### Actual Behaviour ``` helm lint .\charts\kestra\ ==> Linting .\charts\kestra\ [ERROR] Chart.yaml: chart type is not valid...
### Feature description Hi ! ## Description Currently, the worker deployment use an emptyDir volume, which stores temporary data directly on the node's filesystem. This approach can lead to issues...
### Feature description As Kestra has these two types of entities accessing the Webserver: - users for UI - webhooks for triggers They carry distinct purposes, so makes sense to...
### Feature description Both Kubernetes readiness and liveness probes use the `/health` endpoints. It is a good practice on a Kubernetes environment to distinguish between the liveness probe (which define...
Now you can't install plugins without building a custom docker image. Maybe we can add a kubernetes jobs that will install plugins on volume and mount the volume on all...
Hi ! ### Description We aim to configure `-XX:MaxRAMPercentage=50.0` specifically on the worker deployments within our environment. However, we encounter a challenge as `JAVA_OPTS` have been globally set across all...
### Expected Behavior Pod should start up with no issues ### Actual Behaviour Pod fails to start with ``` Device "ip_tables" does not exist. modprobe: can't change directory to '/lib/modules':...
### Issue description - Image default tag is latest-full and default pullPolicy id ifNotPresent. As the default tag is not latest, the image will never been updated. I recommend moving...
### Feature description This can be useful for ex for the Executor in EE which can be long to start
### Expected Behavior No restart of the Kestra pod occurs ### Actual Behaviour When you deploy Kestra for the first time with `helm install kestra kestra/kestra` the `kestra-standalone` pod crash...