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 helm_sdkpy/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
return False

@classmethod
def from_service_account(cls, namespace: str = "default") -> "Configuration":
def from_service_account(cls, namespace: str = "default") -> Configuration:
"""Create configuration using in-cluster ServiceAccount.

This is for running inside a Kubernetes pod with a ServiceAccount.
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.14"
version = "0.0.16"
description = "Python bindings for Helm - The Kubernetes Package Manager"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
Loading