Skip to content

Commit

Permalink
fix: addd 1.26.2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Mar 13, 2023
1 parent aa646d8 commit 119b2c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ at the following URL:
* [v1.23.13](https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2004-v1.23.13.qcow2)
* [v1.24.7](https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2004-v1.24.7.qcow2)
* [v1.25.3](https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2004-v1.25.3.qcow2)
* [v1.26.2](https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-v1.26.2.qcow2)

### Building images

Expand Down
8 changes: 4 additions & 4 deletions magnum_cluster_api/cmd/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
@click.option(
"--operating-system",
show_default=True,
default="ubuntu-2004",
type=click.Choice(["ubuntu-2004"]),
default="ubuntu-2204",
type=click.Choice(["ubuntu-2004", "ubuntu-2204"]),
help="Operating system to build image for",
)
@click.option(
"--version",
show_default=True,
default="v1.25.3",
default="v1.26.2",
help="Kubernetes version",
)
@click.option(
"--image-builder-version",
show_default=True,
default="v0.1.13",
default="v0.1.14",
help="Image builder tag (or commit) to use for building image",
)
def main(operating_system, version, image_builder_version):
Expand Down

0 comments on commit 119b2c6

Please sign in to comment.