community icon indicating copy to clipboard operation
community copied to clipboard

Helm community content

Results 118 community issues
Sort by recently updated
recently updated
newest added

deployment yaml file ``` {{ range .Values.deployments }} --- {{- if .service.enabled }} apiVersion: v1 kind: Service metadata: name: {{ .name }} spec: type: {{ .service.type }} ports: - port:...

My chart has elasticsearch as subchart: ``` - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts version: 21.4.x condition: tags.elasticsearch ``` and my chart has a flag "highAvailability", if user set it to true,...

## Summary This HIP proposes bringing `.helmignore` file targeting semantics to full parity with `.gitignore` syntax and matching rules for Helm Charts v3. ## Problem Users expect `.helmignore` to work...

size/L

I enjoyed ready HIP 26 and learn about the new Helm v4 plugin system. This PR just fixes some typos.

size/M

## Summary This HIP proposes three related enhancements to Helm's OCI support: 1. **Artifact Selection from Image Index** - Enable `helm pull/install/dependency` to select chart manifests from OCI Image Index...

size/L

Added H4HIP 0027 for the development of the lint ignore feature in helm binaries Mentioned [here](https://github.com/helm/helm/issues/31568) and [here](https://github.com/helm/helm/issues/31568)

size/L

No material changes to these HIPs. These capitalized anchors are causing warnings when imported into Docusaurus, so we may as well fix upstream here. Note I'm not changing anchors to...

bug
size/S
documentation