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

### Feature description Currently ones need to setup cluster role for Kestra in order to make it able to create Pods and stream execution logs. We do it like this...

enhancement

### Feature description It would be really helpful if we can include additional resources in the chart so that they become associated with it and managed together as one helm...

enhancement

### Expected Behavior If the helm chart for a given version (i.e. 0.16.0 with v0.16.0) is pulled it should not update to the another version (v0.17.0). ### Actual Behaviour On...

bug
area/backend

Helm Chart update to new version: - In `charts/kestra/Chart.yaml` new `version` is 0.22.5 - In `charts/kestra/Chart.yaml` new `appVersion` is v0.22.5 - Auto-generated by [Action URL][1] [1]: https://github.com/kestra-io/helm-charts/actions/runs/14736307502

automated pr

### What changes are being made and why? --- Closes #55 This feature allows the use of external secrets for the Kestra operator ### How the changes have been QAed?...

### Expected Behavior Looking at [_helpers.tpl](https://github.com/kestra-io/helm-charts/blob/master/charts/kestra/templates/_helpers.tpl#L9C1-L21C12), it seems that setting `nameOverride` in values.yaml still does not result in the name being used for the various components. ``` {{/* Create a...

bug

### Expected Behavior Latest release is 0.21.8 but the helm chart is stuck at 0.21.7 ### Actual Behaviour _No response_ ### Steps To Reproduce _No response_ ### Environment Information -...

bug

For now, we don't provide any alert that could be useful for our customer to validate internal & functional metrics. We should add some PrometheusRule that will cover: - Does...

enhancement
area/devops

### Feature description Add the ability to set custom probes( e.g. TCP) non http I have not found a way to set TCP readinessProbe/livenessProbe it is hardcoded as http Also...

enhancement

### Feature description In this line in your helpers.tpl file: https://github.com/kestra-io/helm-charts/blob/7f29ec3f4cefd6e926c7c7fe75b774b13c05c329/charts/kestra/templates/_helpers.tpl#L353 do you think it could be possible to allow us to set the securityContext of the dind from the...

enhancement