Skip to content

Commit

Permalink
Merge pull request #2131 from SUSE/helm
Browse files Browse the repository at this point in the history
Add a hint for what the helm container is about
  • Loading branch information
dirkmueller authored Dec 10, 2024
2 parents 1189112 + e655798 commit 1c1ddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
HELM_CONTAINERS = [
ApplicationStackContainer(
name="helm",
pretty_name="Kubernetes Package Manager",
pretty_name="Helm (Kubernetes Package Manager)",
os_version=os_version,
is_latest=os_version in CAN_BE_LATEST_OS_VERSION,
version="%%helm_version%%",
Expand Down

0 comments on commit 1c1ddf0

Please sign in to comment.