Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aws/cloudformation/metaflow-cfn-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Mappings:
ServiceName:
value: 'metadata-service-v2'
ImageUrl:
value: 'netflixoss/metaflow_metadata_service:v2.4.12'
value: 'netflixoss/metaflow_metadata_service:v2.5.0'
ContainerPort:
value: 8080
ContainerCpu:
Expand All @@ -113,7 +113,7 @@ Mappings:
ServiceName:
value: 'metaflow-ui-service'
ImageUrl:
value: 'netflixoss/metaflow_metadata_service:v2.4.12'
value: 'netflixoss/metaflow_metadata_service:v2.5.0'
ContainerPort:
value: 8083
ContainerCpu:
Expand All @@ -134,7 +134,7 @@ Mappings:
ServiceName:
value: 'metadata-ui-static'
ImageUrl:
value: 'public.ecr.aws/outerbounds/metaflow_ui:v1.2.4'
value: 'public.ecr.aws/outerbounds/metaflow_ui:v1.3.14'
ContainerPort:
value: 3000
ContainerCpu:
Expand Down
6 changes: 3 additions & 3 deletions azure/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ locals {
k8s_subnet_name = "snet-${var.org_prefix}-metaflow-k8s-${local.location}-${terraform.workspace}"

# Changeable after initial "terraform apply" (e.g. image upgrades, secret rotation)
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.1.4"
metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.3.14"
metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
metaflow_kubernetes_secret_name = "metaflow-azure-storage-credentials"

# Forever constants
Expand Down
2 changes: 1 addition & 1 deletion charts/metaflow/charts/metaflow-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ uiStatic:
image:
name: public.ecr.aws/outerbounds/metaflow_ui
pullPolicy: IfNotPresent
tag: "v1.3.3"
tag: "v1.3.14"

podAnnotations: {}

Expand Down
7 changes: 3 additions & 4 deletions gcp/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ locals {

airflow_logs_bucket_path = "gs://${local.storage_bucket_name}/airflow/logs"

metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.1.4"
# metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metaflow_ui_backend_service_image = "jackieob/metadata_service:gcp.rc1"
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.3.14"
metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
# TODO gsa-metaflow-workload-id-<workspace>
metaflow_workload_identity_gsa_name = "gsa-metaflow-${terraform.workspace}"

Expand Down
6 changes: 3 additions & 3 deletions nebius/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ locals {
storage_account_name = "stmetaflow${terraform.workspace}"

# Changeable after initial "terraform apply" (e.g. image upgrades, secret rotation)
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.1.4"
metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.3"
metadata_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
metaflow_ui_static_service_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.3.14"
metaflow_ui_backend_service_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.5.0"
metaflow_kubernetes_secret_name = "metaflow-nebius-storage-credentials"

# Forever constants
Expand Down