File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def load_version_information() -> None:
8686NODEJS_IMAGE_VERSION : str = "20.11.1"
8787KEEPALIVED_VERSION : str = "2.3.3"
8888CERT_MANAGER_VERSION : str = "1.17.1"
89- UI_OPERATOR_VERSION : str = "1.0.9 "
89+ UI_OPERATOR_VERSION : str = "1.0.10 "
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:30d3651c335c01f363cfd7276ee676f8619093b9e499e25433126ffdd5a4c1ee " ,
273+ digest = "sha256:80b2f0fe6328d6942bf920b79bca74574c23e215bb2dd2bb99ca8b3c6554fb3b " ,
274274 ),
275275 Image (
276276 name = "loki" ,
You can’t perform that action at this time.
0 commit comments