community
community copied to clipboard
Helm community content
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...
I enjoyed ready HIP 26 and learn about the new Helm v4 plugin system. This PR just fixes some typos.
## 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...
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)
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...