Skip to content

Commit

Permalink
Replace busybox image with ubi-micro.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
HumairAK committed Mar 3, 2023
1 parent 5b02e70 commit 1a74e6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions config/configmaps/files/config.yaml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a74e6f

Please sign in to comment.