George Jenkins
George Jenkins
Lift and shift the details on Helm's three-way merge process from the "Changes from Helm 2 FAQ" into the main documentation. And include details on `--force` flag. Closes: https://github.com/helm/helm-www/issues/1448
Currently `hugo serve` locally reports the following error. Unsure as to why, but somehow the vendered jquery is invalid. This PR bumps to the latest v2 jquery (TBD: reference source)...
Create a docs section for the SDK. With a (brief) description of the SDK, and some examples (the main intent of the PR is to add SDK examples)
In the FAQ, there is a detailed description of how helm 3 does the three-way merge + patch process for upgrades: https://helm.sh/docs/faq/changes_since_helm2/#improved-upgrade-strategy-3-way-strategic-merge-patches But I don't think there is a detailed...
**What this PR does / why we need it**: fixes: https://github.com/helm/helm/issues/13053 https://kubernetes.io/blog/2023/04/24/openapi-v3-field-validation-ga/ **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains documentation - [ ] this...
**What this PR does / why we need it**: Helps with: https://github.com/helm/helm/issues/12973 **Special notes for your reviewer**: - Strictly, this is changing the behavior of OCI push. But from https://github.com/helm/helm/pull/13272#issuecomment-2381977860,...
**What this PR does / why we need it**: Port the fix from Helm 3 to `main` to not error if `platformCommand` and `command` (and `platformHook` and `hook`) are set:...
**What this PR does / why we need it**: Remove the redundant Kubernetes client interfaces added over time during Helm 3 to support additional functionality that e.g. `DeleteWithPropagationPolicy`. **Special notes...