helmify icon indicating copy to clipboard operation
helmify copied to clipboard

Creates Helm chart from Kubernetes yaml

Results 65 helmify issues
Sort by recently updated
recently updated
newest added

**Issue**: Helmify does not support a list of Yaml files with multiple namespace Situation: When I have a list of kubernetes resources in yaml and all of them have specific...

enhancement
help wanted

**Issue** Sometimes upstream CRDs have things like `{{ .cluster.name }}-{{ .random }}` in their description fields (like the `ClusterClass` CRD of cluster-api, see bellow), which should be present as-is in...

`kustomize` supports the `$(VAR)` placeholder, when using `helmify` to convert manifests it could look for these and create values for them.

Meant to close #119 . Need to add `podAnnotations` support and do some more testing before considering this ready. Believe bc `tolerations` is in the pod spec it works for...

Hi, I have been working on creating a Helm Chart for an internal operator. It requires cert-manager for installation. I have used `-cert-manager-as-subchart` to generate cert-manager dependency. Once I have...

Hello, many charts allow to provide [extraVolumes](https://github.com/bitnami/charts/blob/2752ca5c04ed441490c48083aa4a339de699b69c/bitnami/elasticsearch/values.yaml#L124C1-L124C13) and [extraVolumeMounts](https://github.com/bitnami/charts/blob/2752ca5c04ed441490c48083aa4a339de699b69c/bitnami/elasticsearch/values.yaml#L130) in order to mount volumes (certificates, configmaps etc.) that should be used by the controller. It would be great if helmify...

The `loadBalancerSourceRanges` field in the Service manifest's `spec` will be omitted during the conversion process.

bug
help wanted

Hi! I wanted to check if there is a way to enable optional secrets for helmify. Suppose a user could either provide a value for the helm chart create a...

In one of my operator deployments I'm including a metadata field in the envs like so: ```yaml env: - name: APP_NAME valueFrom: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/name'] - name: INSTANCE_NAME valueFrom: fieldRef:...

Add support for optional secrets which are not required by default. related to https://github.com/arttor/helmify/issues/152