helm: align Hub chart with v0.3.12 manifests - #3553
Conversation
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
|
Welcome to the Kubeflow Community Distribution Repository Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community. Before making more PRs: Community Resources:
Thanks again for helping to improve Kubeflow. |
There was a problem hiding this comment.
Pull request overview
Aligns the Hub Helm chart with Hub v0.3.12 and restores Kustomize comparison compatibility.
Changes:
- Updates server and UI image tags to v0.3.12.
- Restricts internal Istio access to the
kubeflownamespace. - Removes trailing whitespace.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
experimental/helm/charts/hub/values.yaml |
Updates the global image tag. |
experimental/helm/charts/hub/ci/values-ui.yaml |
Updates the base UI image tag. |
experimental/helm/charts/hub/ci/values-ui-standalone.yaml |
Updates the standalone UI image tag. |
experimental/helm/charts/hub/ci/values-ui-istio.yaml |
Updates the Istio UI image tag. |
experimental/helm/charts/hub/ci/values-ui-integrated.yaml |
Updates the integrated UI image tag. |
experimental/helm/charts/hub/ci/values-postgres.yaml |
Updates the PostgreSQL scenario server tag. |
experimental/helm/charts/hub/ci/values-istio.yaml |
Adds the source-namespace restriction. |
experimental/helm/charts/hub/ci/values-db.yaml |
Updates the database scenario server tag. |
experimental/helm/charts/hub/ci/ci-values.yaml |
Updates the base comparison server tag. |
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary of Changes
Aligns the existing Hub Helm chart parity values with the
v0.3.12Kustomize manifests introduced by #3548.v0.3.10tov0.3.12kubeflowsource-namespace restriction in the Istio comparison valuesThis is a focused parity repair. Extending
scripts/synchronize-hub-manifests.shto update Helm surfaces remains separate follow-up work.Dependencies
None. This follows the upstream Hub synchronization in #3548.
Related Issues
This unblocks the shared comparison workflow on #3480, #3525, and #3524.
Validation
helm lint experimental/helm/charts/hub/with Helmv4.2.2./tests/helm_kustomize_compare_all.sh hub./tests/helm_kustomize_compare_all.shgit diff --checkThe complete repository comparison matrix passes locally under Helm
v4.2.2and Kustomizev5.8.1.Contributor Checklist