feat: Update manifests to match upstream kfp 2.16.0 release - #870
Merged
Merged
Conversation
2.16.0 release2.16.0 release
mvlassis
requested review from
MattiaSarti,
NohaIhab and
misohu
and removed request for
misohu
April 2, 2026 10:28
Contributor
Author
|
After discussing with @misohu, we:
|
misohu
approved these changes
Apr 28, 2026
misohu
reviewed
Apr 28, 2026
misohu
left a comment
Member
There was a problem hiding this comment.
Wait we never defer in our charms we use update status
NohaIhab
reviewed
Apr 28, 2026
NohaIhab
approved these changes
Apr 29, 2026
misohu
approved these changes
Apr 30, 2026
This was referenced Apr 30, 2026
This was referenced Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: #869
This PR updates the charms according to the update to the manifests files corresponding to the
2.16.0release of Kubeflow pipelines. This task is part of the team's upgrade to Kubeflow26.03.The diff between the 2 versions was generated by following the instructions on the upstream README. It can be found here.
Notes
kfprocks to the newer upstream versions.envoyrock withghcr.io/kubeflow/kfp-metadata-envoy:2.16.0, since it is now using v1.37.0. See feat: Update manifests to match upstream kfp2.16.0release envoy-operator#203.mlmd, see feat: Update manifests to match upstream kfp2.16.0release mlmd-operator#173.seccompProfile, which is a security setting for limiting syscalls within the containers. For more details, see the Kubernetes documentation. Unfortunately, this is not possible to use when using Juju for deploying the workloads.workflow-controller-configmapconfigMap.runAsNonRoot: truekey-value pair, which we already implement in our charms by setting theuidandgidto a non-root value in thecharmcraft.yamlfiles.kfp-schedwfhas introduced metrics in Recurring Runs Queue Throughput Optimization kubeflow/pipelines#12610. I have created Add metrics tokfp-schedwf#871 to track the respective effort in CKF.kubeflow_pipelines_versionvalue in a new configMap seems redundant, as it is only used in the repository for denoting new versions, and never in the actual code. See the Pipelines README.OBJECT_STORE_HOST,CLUSTER_DOMAIN, changes tosync.py) correspond to the change fromminioto usingseaweedfswith separate user buckets. We do not include those changes here, the changes are tracked in Update logic insync.pyto match the effort in upstream #822service-config.yaml.