Skip to content

Commit 44bd51b

Browse files
committed
Merge branch 'improvement/bump-ui-operator-1.0.12' into tmp/octopus/w/132.0/improvement/bump-ui-operator-1.0.12
2 parents 4d9ab88 + 9966a16 commit 44bd51b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildchain/buildchain/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def load_version_information() -> None:
8686
NODEJS_IMAGE_VERSION: str = "20.11.1"
8787
KEEPALIVED_VERSION: str = "2.3.3"
8888
CERT_MANAGER_VERSION: str = "1.17.1"
89-
UI_OPERATOR_VERSION: str = "1.0.11"
89+
UI_OPERATOR_VERSION: str = "1.0.12"
9090

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

0 commit comments

Comments
 (0)