Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump images to KFP 2.0.5 #457

Merged
merged 1 commit into from
May 10, 2024
Merged
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
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: charmedkubeflow/api-server:2.0.3-e037d33
upstream-source: charmedkubeflow/api-server:2.0.5-63c48d5
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: charmedkubeflow/metadata-writer:2.0.3-286d4a8
upstream-source: charmedkubeflow/metadata-writer:2.0.5-95d0c17
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: charmedkubeflow/persistenceagent:2.0.3-a3714a9
upstream-source: charmedkubeflow/persistenceagent:2.0.5-8feef4e
requires:
kfp-api:
interface: k8s-service
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: charmedkubeflow/scheduledworkflow:2.0.3-7d6d3e4
upstream-source: charmedkubeflow/scheduledworkflow:2.0.5-f6d0763
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: charmedkubeflow/frontend:2.0.3-d4ac42b
upstream-source: gcr.io/ml-pipeline/frontend:2.0.5
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: charmedkubeflow/viewer-crd-controller:2.0.3-d89d9fc
upstream-source: charmedkubeflow/viewer-crd-controller:2.0.5-f28db97
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: charmedkubeflow/visualization-server:2.0.3-8169d0c
upstream-source: charmedkubeflow/visualization-server:2.0.5-4ae34a1
provides:
kfp-viz:
interface: k8s-service
Expand Down
Loading