helm
helm copied to clipboard
The Kubernetes Package Manager
Signed-off-by: d-d-up **What this PR does / why we need it**: Fixes:issue https://github.com/helm/helm/issues/11196 **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains documentation - [ ]...
Helm crashes whenever file given to the `-f` option has a `%` sign in its name. So e.g. `helm template -f ../%values.yaml some/chart` or `helm install -f ../%values.yaml some/chart`. The...
Signed-off-by: Debdut Chakraborty Closes #11200 **What this PR does / why we need it**: **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains documentation - [x]...
**What this PR does / why we need it**: We would like to add helm repositories from code and currently need to copy large parts of `cmd/helm/repo_add.go` as the functionality...
The wait logic for Deployments and Daemonsets subtracts their maxUnavailable value from the amount of replicas they should have ready. This can lead to waiting for 0 pods to be...
I'm hitting a couple issues with the helm install/upgrade/rollback wait logic: 1. maxUnavailable is subtracted from the amount of pods that need to be ready when waiting for deployments and...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.60.1 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @pohly in kubernetes/klog#337...
Bumps [k8s.io/apiserver](https://github.com/kubernetes/apiserver) from 0.24.2 to 0.24.3. Commits 6ce4061 Update dependencies to v0.24.3 tag cbc16da Merge pull request #110735 from Abirdcfly/automated-cherry-pick-of-#110652-up... d8cb3a9 fix: --chunk-size with selector returns missing result See full...
Recently updated helm and I started seeing a following warning ``` W0622 10:57:31.900375 19803 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead....
Hi, I'm currently working on a helm transition from regular manifest files, and I wonder how the actual transition should look like. I did not find any guide, description about...