diff --git a/buildchain/buildchain/versions.py b/buildchain/buildchain/versions.py index 09447ed28f..a8400568f5 100644 --- a/buildchain/buildchain/versions.py +++ b/buildchain/buildchain/versions.py @@ -86,7 +86,7 @@ def load_version_information() -> None: NODEJS_IMAGE_VERSION: str = "20.11.1" KEEPALIVED_VERSION: str = "2.3.3" CERT_MANAGER_VERSION: str = "1.17.1" -UI_OPERATOR_VERSION: str = "1.0.15" +UI_OPERATOR_VERSION: str = "1.0.16" # Current build IDs, to be augmented whenever we rebuild the corresponding # image, e.g. because the `Dockerfile` is changed, or one of the dependencies @@ -272,7 +272,7 @@ def _version_prefix(version: str, prefix: str = "v") -> str: Image( name="ui-operator", version=UI_OPERATOR_VERSION, - digest="sha256:ab78cb6f8094e846af8c5c09d2b26b1641c66f751f6dbb8fc22b520dd898f84c", + digest="sha256:9dcdb02407fc452b2d6334c796558ebd79ca2f1abca1496ebdf79592f7fff66f", ), Image( name="loki",