helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Results 21 helm-charts issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

enhancement
area/backend
kind/customer-request

### 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...

enhancement
area/backend

### 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...

kind/cooldown

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...

enhancement

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...

enhancement
good first issue
quick-win

### 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':...

bug

### 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...

bug
kind/cooldown
area/devops

### Feature description This can be useful for ex for the Executor in EE which can be long to start

kind/cooldown

### 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...

bug