From 1a74e6ff4d1dec15a6c4e310090db97ac1948c70 Mon Sep 17 00:00:00 2001 From: Humair Khan Date: Thu, 2 Mar 2023 19:42:16 -0500 Subject: [PATCH] Replace busybox image with ubi-micro. Also update apiserver image to latest version that allows one to set the move-results-image. Unfortunately the other components do not have an image cut for v1.22 so the closest we can get is 1.20, they will be brought in sync in a follow up change. --- config/configmaps/files/config.yaml | 12 ++++++------ config/manager/manager.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/configmaps/files/config.yaml b/config/configmaps/files/config.yaml index 428a11a2c..cbbc993cc 100644 --- a/config/configmaps/files/config.yaml +++ b/config/configmaps/files/config.yaml @@ -1,11 +1,11 @@ images: - apiServer: quay.io/modh/odh-ml-pipelines-api-server-container:v1.18.0-8 - artifact: quay.io/modh/odh-ml-pipelines-artifact-manager-container:v1.18.0-8 - persistentAgent: quay.io/modh/odh-ml-pipelines-persistenceagent-container:v1.18.0-8 - scheduledWorkflow: quay.io/modh/odh-ml-pipelines-scheduledworkflow-container:v1.18.0-8 - viewerCRD: quay.io/modh/odh-ml-pipelines-viewercontroller-container:v1.18.0-8 + apiServer: quay.io/modh/odh-ml-pipelines-api-server-container-live:1.22.0-rhods-6564 + artifact: quay.io/modh/odh-ml-pipelines-artifact-manager-container:v1.20.0-15 + persistentAgent: quay.io/modh/odh-ml-pipelines-persistenceagent-container:v1.20.0-15 + scheduledWorkflow: quay.io/modh/odh-ml-pipelines-scheduledworkflow-container:v1.20.0-15 + viewerCRD: quay.io/modh/odh-ml-pipelines-viewercontroller-container:v1.20.0-15 cache: registry.access.redhat.com/ubi8/ubi-minimal - moveResultsImage: busybox + moveResultsImage: registry.access.redhat.com/ubi8/ubi-micro mlPipelineUI: quay.io/opendatahub/odh-ml-pipelines-frontend-container:beta-ui mariaDB: registry.redhat.io/rhel8/mariadb-103:1-188 minio: quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9470672e7..d6347e12c 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -39,19 +39,19 @@ spec: name: manager env: - name: IMAGES_APISERVER - value: quay.io/modh/odh-ml-pipelines-api-server-container:v1.18.0-8 + value: quay.io/modh/odh-ml-pipelines-api-server-container-live:1.22.0-rhods-6564 - name: IMAGES_ARTIFACT - value: quay.io/modh/odh-ml-pipelines-artifact-manager-container:v1.18.0-8 + value: quay.io/modh/odh-ml-pipelines-artifact-manager-container:v1.20.0-15 - name: IMAGES_PERSISTENTAGENT - value: quay.io/modh/odh-ml-pipelines-persistenceagent-container:v1.18.0-8 + value: quay.io/modh/odh-ml-pipelines-persistenceagent-container:v1.20.0-15 - name: IMAGES_SCHEDULEDWORKFLOW - value: quay.io/modh/odh-ml-pipelines-scheduledworkflow-container:v1.18.0-8 + value: quay.io/modh/odh-ml-pipelines-scheduledworkflow-container:v1.20.0-15 - name: IMAGES_VIEWERCRD - value: quay.io/modh/odh-ml-pipelines-viewercontroller-container:v1.18.0-8 + value: quay.io/modh/odh-ml-pipelines-viewercontroller-container:v1.20.0-15 - name: IMAGES_CACHE value: registry.access.redhat.com/ubi8/ubi-minimal - name: IMAGES_MOVERESULTSIMAGE - value: busybox + value: registry.access.redhat.com/ubi8/ubi-micro - name: IMAGES_MLPIPELINEUI value: quay.io/opendatahub/odh-ml-pipelines-frontend-container:beta-ui - name: IMAGES_MARIADB