069a9daca6
v1 of the kubernetes_service_patch lib will patches the service definition on `status_update` event. This helps when Juju refreshes the patched services to their initial state. Depends-On: https://review.opendev.org/c/openstack/charm-ops-sunbeam/+/880270 Change-Id: I44ee58cb9f5ddee6339bcd207365a2dcb49ac006 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
7 lines
258 B
Bash
Executable File
7 lines
258 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "INFO: Fetching libs from charmhub."
|
|
charmcraft fetch-lib charms.observability_libs.v1.kubernetes_service_patch
|
|
charmcraft fetch-lib charms.ovn_central_k8s.v0.ovsdb
|
|
charmcraft fetch-lib charms.tls_certificates_interface.v1.tls_certificates
|