Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/data/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is automatically updated by GitHub Actions
# Do not manually edit this file

version: "0.0.23"
version: "0.0.25"
lastUpdated: "2025-10-13"
buildNumber: "202510131527"
gitCommit: "69e29fd"
Expand Down
4 changes: 4 additions & 0 deletions go/shim/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@ func helm_sdkpy_upgrade(handle C.helm_sdkpy_handle, release_name *C.char, chart_
client := action.NewUpgrade(state.cfg)
client.Namespace = state.envs.Namespace()

// Disable server-side apply to avoid field ownership conflicts
// Valid values: "auto", "true", "false"
client.ServerSideApply = "false"

// Set wait strategy
client.WaitStrategy = kube.HookOnlyStrategy

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "helm-sdkpy"
version = "0.0.23"
version = "0.0.25"
description = "Python bindings for Helm - The Kubernetes Package Manager"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading