Skip to content

Commit

Permalink
bump image versions to match kf 1.8 release (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner authored and DnPlas committed Nov 20, 2023
1 parent 1f16649 commit 3bdd64e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charms/kfp-api/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: gcr.io/ml-pipeline/api-server:2.0.2
upstream-source: gcr.io/ml-pipeline/api-server:2.0.3
requires:
mysql:
interface: mysql
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-metadata-writer/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
oci-image:
type: oci-image
description: OCI image for KFP Metadata Writer
upstream-source: gcr.io/ml-pipeline/metadata-writer:2.0.2
upstream-source: gcr.io/ml-pipeline/metadata-writer:2.0.3
requires:
grpc:
interface: grpc
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-persistence/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: gcr.io/ml-pipeline/persistenceagent:2.0.2
upstream-source: gcr.io/ml-pipeline/persistenceagent:2.0.3
requires:
kfp-api:
interface: k8s-service
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-profile-controller/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"src/templates/secrets.yaml.j2",
]
KFP_DEFAULT_PIPELINE_ROOT = ""
KFP_IMAGES_VERSION = "2.0.2"
KFP_IMAGES_VERSION = "2.0.3"
# This service name must be the Service from the mlmd-operator
# FIXME: leaving it hardcoded now, but we should share this
# host and port through relation data
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-schedwf/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: gcr.io/ml-pipeline/scheduledworkflow:2.0.2
upstream-source: gcr.io/ml-pipeline/scheduledworkflow:2.0.3
2 changes: 1 addition & 1 deletion charms/kfp-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
ml-pipeline-ui:
type: oci-image
description: OCI image for ml-pipeline-ui
upstream-source: gcr.io/ml-pipeline/frontend:2.0.2
upstream-source: gcr.io/ml-pipeline/frontend:2.0.3
requires:
object-storage:
interface: object-storage
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-viewer/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ resources:
kfp-viewer-image:
type: oci-image
description: OCI image for KFP Viewer
upstream-source: gcr.io/ml-pipeline/viewer-crd-controller:2.0.2
upstream-source: gcr.io/ml-pipeline/viewer-crd-controller:2.0.3
2 changes: 1 addition & 1 deletion charms/kfp-viz/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
oci-image:
type: oci-image
description: OCI image for ml-pipeline-visualizationserver
upstream-source: gcr.io/ml-pipeline/visualization-server:2.0.2
upstream-source: gcr.io/ml-pipeline/visualization-server:2.0.3
provides:
kfp-viz:
interface: k8s-service
Expand Down

0 comments on commit 3bdd64e

Please sign in to comment.