Bug 2081762
| Summary: | Umbrella helm charts do not work with the current https://charts.openshift.io/ | ||
|---|---|---|---|
| Product: | OpenShift Developer Tools and Services | Reporter: | jtudelag |
| Component: | Helm | Assignee: | Martin Mulholland <mmulholl> |
| Status: | CLOSED WONTFIX | QA Contact: | Pavel Macik <pmacik> |
| Severity: | unspecified | Docs Contact: | Preeti Chandrashekar <pchandra> |
| Priority: | unspecified | ||
| Version: | 4.9 | CC: | bkundu, dperaza |
| Target Milestone: | --- | ||
| Target Release: | 4.9 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-07 22:48:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jtudelag
2022-05-04 14:50:23 UTC
We are working with upstream team, but it looks like there is no way to fix this upstream. We are investigating if we can do something downstream. In the mean time you can download dependency charts with out using helm dependency build and name it the same as the chart name under the charts directory. After further investigation we cannot fix this and a work around us needed. Two option are available:
1.Download the chart manually first and add it to the charts directory
2.Specify the dependency as:
- name: orion-ld
version: 1.0.2
repository: https://charts.openshift.io/
1. Run "helm dependency build" to download the chart.
2. Modify the dependency to:
- name: orion-ld
version: 1.0.2
repository: https://charts.openshift.io/
|