Skip to content

Commit 2f0152f

Browse files
committed
Merge branch 'w/132.0/feature/bump-ui-operator-to-1.0.16' into tmp/octopus/w/133.0/feature/bump-ui-operator-to-1.0.16
2 parents ff83f83 + ae44534 commit 2f0152f

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.15"
89+
UI_OPERATOR_VERSION: str = "1.0.16"
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
@@ -272,7 +272,7 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
272272
Image(
273273
name="ui-operator",
274274
version=UI_OPERATOR_VERSION,
275-
digest="sha256:ab78cb6f8094e846af8c5c09d2b26b1641c66f751f6dbb8fc22b520dd898f84c",
275+
digest="sha256:9dcdb02407fc452b2d6334c796558ebd79ca2f1abca1496ebdf79592f7fff66f",
276276
),
277277
Image(
278278
name="loki",

0 commit comments

Comments
 (0)