From 9431876afa9281e2a2e53a274e491c4dd64579de Mon Sep 17 00:00:00 2001 From: Ian Thompson Date: Thu, 23 Jul 2026 11:14:20 +0100 Subject: [PATCH] README.md: Update README with support for Helm 4 clients --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9727afb..badf4ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pyhelm3 -Python library for managing Helm releases using Helm 3 (i.e. Tiller-less Helm). +Python library for managing Helm releases using Helm 3 and later (i.e. Tiller-less Helm). ## Installation @@ -61,7 +61,7 @@ revision = await client.install_or_upgrade_release( "cert-manager", chart, { "installCRDs": True }, - atomic = True, + atomic = True, # when using a helm 3 client, rollback_on_failure=True when using a helm 4 client wait = True ) print(