Skip to content

Commit

Permalink
Prefect 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed May 21, 2024
1 parent 1db0b48 commit 7a88959
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/etc/kind/images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3-py3.9-icl0.0.3
pbchekin/icl-prefect:2.16.5-py3.9-icl0.0.4
pbchekin/icl-ray:2.9.2-py39
prefecthq/prefect:2.14.3-python3.9
prefecthq/prefect:2.16.5-python3.9
quay.io/minio/minio:RELEASE.2022-05-26T05-48-41Z
registry.k8s.io/ingress-nginx/controller:v1.4.0@sha256:34ee929b111ffc7aa426ffd409af44da48e5a0eea1eb2207994d9e0c0882d143
2 changes: 1 addition & 1 deletion src/infractl/defaults.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ICL defaults."""

PREFECT_IMAGE = 'pbchekin/icl-prefect:2.14.3-py3.9-icl0.0.3'
PREFECT_IMAGE = 'pbchekin/icl-prefect:2.16.5-py3.9-icl0.0.3'
2 changes: 1 addition & 1 deletion terraform/icl/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ variable "docker_registry_storage_size" {

variable "prefect_image_tag" {
description = "Tag of the official Prefect Docker image"
default = "2.14.3-python3.9"
default = "2.16.5-python3.9"
type = string
}

Expand Down

0 comments on commit 7a88959

Please sign in to comment.