Skip to content

Commit

Permalink
chore: Update charm libraries (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
telcobot committed Jun 25, 2024
1 parent 686074c commit bec5d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/lego_base_k8s/v0/lego_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _plugin_config(self):

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


logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -131,7 +131,7 @@ def __init__(self, *args, plugin: str):
def _on_collect_status(self, event: CollectStatusEvent) -> None:
"""Handle the collect status event."""
if not self._container.can_connect():
event.add_status(WaitingStatus("Waiting to be able to connect to vault unit"))
event.add_status(WaitingStatus("Waiting to be able to connect to LEGO container"))
return

if (err := self.validate_generic_acme_config()):
Expand Down

0 comments on commit bec5d41

Please sign in to comment.