Skip to content

Commit

Permalink
removed image-creator from beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 25, 2024
1 parent 3b27fbc commit ad45799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions manager/manager/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ def prepare_builder_for(config: Configuration | ConfigLike) -> ConfigBuilder:
builder.config["oci_images"].add(dashboard_img_new)
builder.compose["services"]["home"]["image"] = dashboard_img_new.source

if config.has_beta("image-creator-1.0"):
# set special image-creator.version prop in YAML that worker understands
# and will have it change imager path
builder.config["image-creator"] = {"version": "1.1.0"}
# if config.has_beta("image-creator-1.0"):
# # set special image-creator.version prop in YAML that worker understands
# # and will have it change imager path
# builder.config["image-creator"] = {"version": "1.1.0"}

return builder
2 changes: 1 addition & 1 deletion manager/manager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def get_reader_from(platform: str, url: str):
# must be handled individually in builder
BETA_FEATURES = {
"dashboard-1.4": "Dashboard 1.4 UI with separate Downloads and Readers option",
"image-creator-1.0": "Image-creator 1.0 with aria2 downloader",
# "image-creator-1.0": "Image-creator 1.0 with aria2 downloader",
}


Expand Down

0 comments on commit ad45799

Please sign in to comment.