-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Comparing changes
Open a pull request
base repository: helm/helm
base: v3.20.0
head repository: helm/helm
compare: v3.20.1
- 9 commits
- 7 files changed
- 4 contributors
Commits on Mar 11, 2026
-
fix(values): preserve nil values when chart default is empty map
Only delete nil user values when overriding a non-nil chart default. When chart has empty map or no default for a key, preserve user's nil. | Scenario | Result | |----------|--------| | User sets `baz: ~`, chart has `baz: "value"` | Key deleted | | User sets `baz: ~`, chart has empty map `{}` | Nil preserved | | User sets `baz: ~`, chart has `baz: ~` | Nil preserved | Fixes #31643 Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit b13743c)Configuration menu - View commit details
-
Copy full SHA for 5417bfa - Browse repository at this point
Copy the full SHA 5417bfaView commit details -
Preserve nil values in chart already
Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit 6fdd101)
Configuration menu - View commit details
-
Copy full SHA for 417deb2 - Browse repository at this point
Copy the full SHA 417deb2View commit details -
Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit d409df8)
Configuration menu - View commit details
-
Copy full SHA for 09f5129 - Browse repository at this point
Copy the full SHA 09f5129View commit details -
Update pkg/chart/common/util/coalesce_test.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit c264166)
Configuration menu - View commit details
-
Copy full SHA for 26c6f19 - Browse repository at this point
Copy the full SHA 26c6f19View commit details -
Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit 97affe0)
Configuration menu - View commit details
-
Copy full SHA for 45c12f7 - Browse repository at this point
Copy the full SHA 45c12f7View commit details -
Remove refactorring changes from coalesce_test.go
Signed-off-by: Evans Mungai <mbuevans@gmail.com> (cherry picked from commit e2df39f)
Configuration menu - View commit details
-
Copy full SHA for 76dad33 - Browse repository at this point
Copy the full SHA 76dad33View commit details -
fix pulling charts from OCI indices
Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com> (cherry picked from commit e629995)
Configuration menu - View commit details
-
Copy full SHA for 911f2e9 - Browse repository at this point
Copy the full SHA 911f2e9View commit details -
Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com> (cherry picked from commit b0dfec5)
Configuration menu - View commit details
-
Copy full SHA for 90e1056 - Browse repository at this point
Copy the full SHA 90e1056View commit details -
chore(deps): bump the k8s-io group with 7 updates
Bumps the k8s-io group with 7 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.35.1` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.0` | `0.35.1` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.0` | `0.35.1` | | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.35.0` | `0.35.1` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.35.0` | `0.35.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.0` | `0.35.1` | | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.35.0` | `0.35.1` | Updates `k8s.io/api` from 0.35.0 to 0.35.1 - [Commits](kubernetes/api@v0.35.0...v0.35.1) Updates `k8s.io/apiextensions-apiserver` from 0.35.0 to 0.35.1 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.35.0...v0.35.1) Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1 - [Commits](kubernetes/apimachinery@v0.35.0...v0.35.1) Updates `k8s.io/apiserver` from 0.35.0 to 0.35.1 - [Commits](kubernetes/apiserver@v0.35.0...v0.35.1) Updates `k8s.io/cli-runtime` from 0.35.0 to 0.35.1 - [Commits](kubernetes/cli-runtime@v0.35.0...v0.35.1) Updates `k8s.io/client-go` from 0.35.0 to 0.35.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.0...v0.35.1) Updates `k8s.io/kubectl` from 0.35.0 to 0.35.1 - [Commits](kubernetes/kubectl@v0.35.0...v0.35.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apimachinery dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apiserver dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/cli-runtime dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/client-go dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/kubectl dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 9c854fb)
Configuration menu - View commit details
-
Copy full SHA for a2369ca - Browse repository at this point
Copy the full SHA a2369caView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.20.0...v3.20.1