Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11"
UI_OPERATOR_VERSION: str = "1.0.12"

# Current build IDs, to be augmented whenever we rebuild the corresponding
# image, e.g. because the `Dockerfile` is changed, or one of the dependencies
Expand Down Expand Up @@ -270,7 +270,7 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
Image(
name="ui-operator",
version=UI_OPERATOR_VERSION,
digest="sha256:4e9d093872032ee6e3ff17d8af42d941fba4f8018d748e881c4233fd69679f55",
digest="sha256:6e415d8598416f3b1878c83a9617e650d32a7f610fa7eded7e7b96dab9ea63f6",
),
Image(
name="loki",
Expand Down
Loading