nelm icon indicating copy to clipboard operation
nelm copied to clipboard

Nelm is a Helm 3 alternative and werf deployment engine

Results 82 nelm issues
Sort by recently updated
recently updated
newest added

Access control when users work with secrets. For example, according to a specific company security policy, developers should not have access to production secrets.

priority: normal

Description: I would like to request the addition of an annotation that allows users to specify a maximum number of logs that can be outputted during a deployment job. This...

priority: low

Maybe the algorithm like this might help: 1. Remove Pods that are in CrashLoopBackoff. 2. Update controller. 3. Start tracking. Tracking must ignore Pods that are deleting.

priority: normal

### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version werf 2.6.0 ### How to reproduce Deploy these resources: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: sa...

priority: normal

### Problem If the third-party chart does not allow modifications of some resources (e. g. no way to specify securityContext for Pod), then chart consumers must fork the chart and...

priority: normal

### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version v1.2.321 ### How to reproduce In any chart, add Job with annotation "helm.sh/hook: pre-delete", run `werf dismiss`...

type: bug
priority: normal

### Problem Go templates which are used to generate Kubernetes manifests in Helm are difficult to write, read, debug and maintain. They have issues with performance, values mutability, template name...

priority: normal

Werf now performs dependencies building automatically during converge process of the werf chart. But neither of werf or helm does perform dependencies building recursively for downloaded subcharts (and subcharts of...

type: feature
priority: low

The only command in the secret group is tied to the project and requires a git repository and configuration files. Options for resolving ambiguity: - Move the command to the...

type: feature
priority: low