diff --git a/scripts/etc/kind/images.txt b/scripts/etc/kind/images.txt index 9d9ffb20..2a970a46 100644 --- a/scripts/etc/kind/images.txt +++ b/scripts/etc/kind/images.txt @@ -16,8 +16,8 @@ kubernetesui/dashboard:v2.6.0 minio/console:v0.20.3 minio/operator:v4.5.1 pbchekin/icl-jupyterhub:0.0.18 -pbchekin/icl-prefect:2.16.5-py3.9-icl0.0.4 +pbchekin/icl-prefect:2.20.16-py3.9-icl0.0.4 pbchekin/icl-ray:2.9.2-py39 -prefecthq/prefect:2.16.5-python3.9 +prefecthq/prefect:2.20.16-python3.9 quay.io/minio/minio:RELEASE.2022-05-26T05-48-41Z registry.k8s.io/ingress-nginx/controller:v1.4.0@sha256:34ee929b111ffc7aa426ffd409af44da48e5a0eea1eb2207994d9e0c0882d143 diff --git a/src/infractl/defaults.py b/src/infractl/defaults.py index a586a2ec..5b71b03c 100644 --- a/src/infractl/defaults.py +++ b/src/infractl/defaults.py @@ -1,3 +1,3 @@ """ICL defaults.""" -PREFECT_IMAGE = 'pbchekin/icl-prefect:2.16.5-py3.9-icl0.0.4' +PREFECT_IMAGE = 'pbchekin/icl-prefect:2.20.16-py3.9-icl0.0.4' diff --git a/terraform/icl/variables.tf b/terraform/icl/variables.tf index 176d15ce..bc7680c4 100644 --- a/terraform/icl/variables.tf +++ b/terraform/icl/variables.tf @@ -120,7 +120,7 @@ variable "docker_registry_storage_size" { variable "prefect_image_tag" { description = "Tag of the official Prefect Docker image" - default = "2.16.5-python3.9" + default = "2.20.16-python3.9" type = string }