Skip to content

Commit

Permalink
fix: Updates Multus in the correct way (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Dec 10, 2024
1 parent 152adb7 commit 91898b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/kubernetes_charm_libraries/v0/multus.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _network_attachment_definitions_from_config(self) -> List[NetworkAttachmentD

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 16
LIBPATCH = 17


logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -324,7 +324,7 @@ def patch_statefulset(
cap_net_admin: bool,
privileged: bool,
) -> None:
"""Patches a statefulset with Multus annotation and NET_ADMIN capability.
"""Patch a statefulset with Multus annotation and NET_ADMIN capability.
Args:
name: Statefulset name
Expand Down

0 comments on commit 91898b5

Please sign in to comment.