helm icon indicating copy to clipboard operation
helm copied to clipboard

The Kubernetes Package Manager

Results 936 helm issues
Sort by recently updated
recently updated
newest added

Synchrony pod does not start. Always get the error on the log. Please see logs below. There is no additionalJvmArgs passed. Fact is that additionalJvmArgs property available at 2 location...

question/support

**What this PR does / why we need it**: Reapplies the reverted [Improve helm dependency update performance #11726](https://github.com/helm/helm/pull/11726) but with a fix for the issue that required the revert [Helm...

size/L

During the implementation of an application I hit this issue, and I would like to know if there would be place for improvement in this direction. Let's imagine a use-cases...

feature

These two lines return the same value: ``` # {{ toString (merge (dict "isTrue" false) (dict "isTrue" true)) }} # {{ toString (merge (dict "isTrue" true) (dict "isTrue" false)) }}...

question/support

**What this PR does / why we need it**: This PR closes #13317 **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains user facing changes (the...

size/M

Bumps [actions/stale](https://github.com/actions/stale) from 3.0.14 to 9.0.0. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...

size/XS
dependencies
github_actions

**What this PR does / why we need it**: `helm template --dependency-update` prints the manifest and logs on stdout making the yaml output unusable: ``` Saving 2 charts Downloading datadog-operator...

size/XS

**What this PR does / why we need it**: this PR use Github issue better! **Special notes for your reviewer**: You can preview it in my fork: [click me](https://github.com/oldme-git/helm/issues) Have...

size/L

Output of `helm version`: version.BuildInfo{Version:"v3.10+unreleased", GitCommit:"", GitTreeState:"clean", GoVersion:"go1.20.7"} Output of `kubectl version`: Client Version: version.Info{Major:"1", Minor:"28+", GitVersion:"v1.28.1", GitCommit:"48c9e0c8a0de81f2b5236e4b54d7ba31705f83a2", GitTreeState:"dirty", BuildDate:"2024", GoVersion:"go1.22.1", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: version.Info{Major:"1", Minor:"28+",...

question/support

I'd like to be able to support creating Helm charts targeting an OCI registry as a reproducible build, which means being able to pass in the value for the `org.opencontainers.image.created`...

feature
oci